Order attributes

  • Updated

Orders can have several attributes assigned to them.

Time in Force (TIF)

Time in force is a special instruction used when placing a trade to indicate how long an order will remain active before it is executed or expires.

GTC

GTD

FOK

IOC

Order type attributes

Hidden

  • This attribute will hide the full amount of the order when applied on the user interface.

  • When placed via the API, the order can be partially hidden by utilizing the "MaxShow" field.

Post_only

Post_only_reject

  • This setting is only available via the API.

Reduce_only

Trigger fill attribute (OCO, OTO, OTOCO)

The trigger fill attribute is set to "incremental" for orders placed on the user interface.

Via the API, the trigger fill attribute can be defined at the time of placement of the primary order.

First Hit

  • OCO - The secondary order will be completely cancelled upon the first (partial) hit of the primary order.

  • OTO - The secondary order will be fully triggered and placed upon the first (partial) hit of the primary order.

  • OTOCO - Both secondary orders will be fully triggered and placed upon the first (partial) hit of the primary order.

Complete fill

  • OCO - The secondary order will be completely cancelled upon the complete fill of the primary order.

  • OTO - The secondary order will be fully triggered and placed upon the complete fill of the primary order.

  • OTOCO - Both secondary orders will be fully triggered and placed upon the complete fill of the primary order.

Incremental

  • OCO - The secondary order will be incrementally cancelled proportionally to a (partial) fill of the primary order.

  • OTO - The secondary order will be incrementally triggered and placed proportionally to a (partial) fill of the primary order.

  • OTOCO - Both secondary orders will be incrementally triggered and placed proportionally to a (partial) fill of the primary order.