public class MarketTradeOptions extends TradeOptions
| Modifier and Type | Field and Description |
|---|---|
List<MetatraderSymbolSpecification.FillingMode> |
fillingModes
Optional allowed filling modes in the order of priority or
null. |
clientId, comment, magic, slippage| Constructor and Description |
|---|
MarketTradeOptions() |
public List<MetatraderSymbolSpecification.FillingMode> fillingModes
null. Default is to
allow all filling modes and prefer ORDER_FILLING_FOK over ORDER_FILLING_IOC. See
https://www.mql5.com/en/docs/constants/tradingconstants/orderproperties#enum_order_type_filling for extra
explanationCopyright © 2022. All rights reserved.