File: WebAPI/order_2.proto
Trade per specific outright contract.
Type: string
Description: Trade ID assigned by the server, unique within account.
Type: uint32
Description: Server contract identifier.
Type: sint64
Description: Brokerage statement date this trade corresponds to (in time format, convert to date only).
Type: sint64
Description: Note: Use trade_utc_timestamp field instead.
Type: google.protobuf.Timestamp
Description: Time of the trade (UTC).
Type: sint64
Description: Exchange trade day this trade corresponds to (in time format, date only value).
Type: sint64
Description: Trade price in native integer format. price = round(price_correct / correct_price_scale).
Type: double
Description: Trade price in correct price format. Could have higher precision than price multiplied by correct_price_scale.
Type: uint32
Description: Trade side. This field is associated with Order.Side enum type.
Type: uint32
Description: Note: Use qty field instead.
Type: cqg.Decimal
Description: Trade size.
Type: string
Description: If present, identifies the counter-party of the trade, as reported by the execution system (may or may not match counter-party reported for the order fill).
Type: bool
Description: True if trade was made as aggressive. False if trade was made as passive. Absence of value means undefined.
Type: string
Description: Execution ID of the leg fill
Type: uint32
Description: Open/close effect of the trade as a result of the corresponding open_close_instruction. One of OpenCloseInstruction enum.
Type: uint32
Description: Speculation type of the trade. One of SpeculationType enum.
Type: string
Description: Identifier assigned to a trade by a matching system.
Type: uint32
Description: When this field is present, the contract_id field contains the server contract identifier of a relative symbol (e.g., in case of relative daily futures), and the specific_contract_id contains the server contract identifier of the specific symbol (e.g., the specific instrument mapped to the relative daily future at the moment of this trade).
Type: shared_1.NamedValue
Description: List of fill extra attributes.