Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.62 KB

Order.md

File metadata and controls

29 lines (24 loc) · 2.62 KB

Order

Properties

Name Type Description Notes
acct Option<String> account id [optional]
conid Option<i32> [optional]
order_desc Option<String> [optional]
description1 Option<String> [optional]
ticker Option<String> for exmple FB [optional]
sec_type Option<String> for example STK [optional]
listing_exchange Option<String> for example NASDAQ.NMS [optional]
remaining_quantity Option<String> [optional]
filled_quantity Option<String> [optional]
company_name Option<String> [optional]
status Option<String> PendingSubmit - Indicates the order was sent, but confirmation has not been received that it has been received by the destination. Occurs most commonly if an exchange is closed. PendingCancel - Indicates that a request has been sent to cancel an order but confirmation has not been received of its cancellation. PreSubmitted - Indicates that a simulated order type has been accepted by the IBKR system and that this order has yet to be elected. The order is held in the IBKR system until the election criteria are met. At that time the order is transmitted to the order destination as specified. Submitted - Indicates that the order has been accepted at the order destination and is working. Cancelled - Indicates that the balance of the order has been confirmed cancelled by the IB system. This could occur unexpectedly when IB or the destination has rejected the order. Filled - Indicates that the order has been completely filled. Inactive - Indicates the order is not working, for instance if the order was invalid and triggered an error message, or if the order was to short a security and shares have not yet been located. [optional]
orig_order_type Option<String> for example Limit [optional]
side Option<String> BUY or SELL [optional]
price Option<f32> [optional]
bg_color Option<String> back-ground color [optional]
fg_color Option<String> [optional]
order_id Option<i32> [optional]
parent_id Option<i32> Only exists in child order of bracket [optional]
order_ref Option<String> User defined string used to identify the order. Value is set using "cOID" field while placing an order. [optional]

[Back to Model list] [Back to API list] [Back to README]