I would like to see all the available field names per algo tt order types
So far I could find one for tt iceberg through code sample and https://library.tradingtechnologies.com/tt-net-sd... for TT Stop algo.
Where can I find the rest of userparams template? Thanks
Follow-up question: will my order get cancelled if some of the user parameters are called but left as blank? i.e "LeftOverTicks" : 0 or null value
If you do not certain parameters to be set, do not send them back as user parameters on the order Profile when you send the order. Do not set them to null. Please take a look at the sample I sent you above.
Answer by swatijain · Feb 17 at 12:42 AM
@nhivuong
You should be able to see a sample here :
https://github.com/tradingtechnologies/TT_Samples/...
If you make an AlgoLookupSubscription and check the algo.AlgoParameters on the return algo, you will be able to see all the parameters valid for that Algo.
https://library.tradingtechnologies.com/trade/tto-order-types-overview.html
might also be helpful to you.
For TT Time sliced
I notice STime and ETime are UTC timestamp type. And there's one WaitingOption which values correspond to Preconditions: Start.
If so how do I find equivalent user parameter of "GTC"/"Day" for End?
Thanks
Ask questions and share ideas about the TT® and X_TRADER® platforms.
First time here? See our Getting Started Guide and FAQs.
© 2017 Trading Technologies International, Inc. All rights reserved.
Powered by AnswerHub