Order execution policy.
Order execution policy such as IOC (Immediate or Cancel), FOK (Fill or Kill), and Post Only can be specified.
For market orders (when the ord_type field is set to "limit"), all options can be used optionally. For best bid/ask limit orders (when the ord_type field is set to "best"), either "ioc" or "fok" must be specified. The available values are as follows:
ioc: Execute immediately for available quantity at the limit price; cancel the rest.
fok: Execute only if the full quantity can be filled at the limit price; otherwise cancel the order.
post_only: Only add to the order book as maker; cancel if the order would execute as taker.