Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Free Text Instructions to Orders #18

Open
FloLech opened this issue Sep 9, 2021 · 1 comment
Open

Add Free Text Instructions to Orders #18

FloLech opened this issue Sep 9, 2021 · 1 comment

Comments

@FloLech
Copy link

FloLech commented Sep 9, 2021

I try to figure out how to add a message of type FTX+AAI to an order. The class Iftmin offers a method called setFreeTextInstructions for adding such an entity. How would I use this method on an order?

@sabas
Copy link
Contributor

sabas commented Sep 9, 2021

Hi, the order is specified with which message? ORDERS?

The function setFreeTextInstructions is an helper to create the segment FTX but it wasn't added to the Orders class.
You need to find the best way to add it by first generating the message with the available functions and then add it where appropriate.

cc @viezel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants