OptionaladditionalOptionalallowsTrue if the exchange allows to add a comment to orders.
OptionalallowsIf this is true, limit buy orders may have the additional "ifDoneLimit" set.
OptionalallowsIf true, quote orders can be created with quoteMode=limit and quoteOrderOpts.quoteLimit set to a limit.
OptionalallowsWhether stopLoss is allowed. true to allow for both buy and sell, 'buy' or 'sell' to only allow it for the given direction.
OptionalallowsWhether takeProfit is allowed. true to allow for both buy and sell, 'buy' or 'sell' to only allow it for the given direction.
OptionalallowsIf both allowsTakeProfit and allowsStopLoss are true, it is possible that the broker only supports either take profit or stop loss,
not a combination of both values. In this case, allowsTakeProfitXorStopLoss is true. The frontend should reflect this in the UI (e.g. by
disabling the other field as soon as one is filled out).
internal id of the exchange (at the given broker)
OptionalcashOptionalclearingIf set, the user can choose from these options for their cashAccountId. The order must have clearingAccountNo set to one of the option's id.
This overrides the field PreparedInstrument.clearingAccountNoOptions!
OptionaldefaultIf present, contains default values for validity based on the orderModel.
Optionalexchangematching exchange id as defined per the "instruments" dependency, if at least one can be matched.
Optionalhideonly one orderModel is available and it should not be displayed to the user (e.g. for fund orders...)
OptionallegalLegal messages that have to be confirmed by the user actively before creating an order, by orderModel.
OptionalnoNo validity setting available for the given orderModels for this exchange.
OptionalorderOptionalorderIf defined and allowsTakeProfit or allowsStopLoss, availability of TP/SL is restricted to these OrderModels.
Optionalpxfor orderModel "pxTransaction", field "pxCrossRate" should contain the given cross rate, if this is set.
OptionalvalidityOptionalvalidity
If more than one external ExchangeId can be matched, contains the additional matching exchange ids.