Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AccountTradesResult

Index

Properties

AccountId

AccountId: number

The Account ID that made the trade.

memberof

AccountTradesResult

AdapterTradeId

AdapterTradeId: number

The ID of the adapter of the overall trade.

memberof

AccountTradesResult

ClientOrderId

ClientOrderId: number

Your Client Order Id

memberof

AccountTradesResult

Optional CounterParty

CounterParty: null | number

Shows 0

memberof

AccountTradesResult

Direction

Shows if this trade has moved the book price up, down, or no change. Values:

  • NoChange
  • UpTick
  • DownTick
memberof

AccountTradesResult

ExecutionId

ExecutionId: number

The ID of this account’s side of the trade. Every trade has two sides.

memberof

AccountTradesResult

Fee

Fee: number

The fee for this trade in units and fractions of units (a $10 USD fee would be 10.00, a .5-BitCoin fee would be 0.5).

memberof

AccountTradesResult

FeeProductId

FeeProductId: number

The ID of the product that denominates the fee. Product types will vary on each trading venue. See GetProduct.

memberof

AccountTradesResult

InsideAsk

InsideAsk: number

The best (lowest) price level of the sell side of the book at the time of the trade.

memberof

AccountTradesResult

InsideAskSize

InsideAskSize: number

The quantity of the best (lowest) price level of the sell side of the book at the time of the trade.

memberof

AccountTradesResult

InsideBid

InsideBid: number

The best (highest) price level of the buy side of the book at the time of the trade.

memberof

AccountTradesResult

InsideBidSize

InsideBidSize: number

The quantity of the best (highest) price level of the buy side of the book at the time of the trade.

memberof

AccountTradesResult

InstrumentId

InstrumentId: number

The ID of the instrument being traded. See GetInstrument to find information about this instrument by its ID.

memberof

AccountTradesResult

IsBlockTrade

IsBlockTrade: boolean

Returns true if the trade was a reported trade; false otherwise.

memberof

AccountTradesResult

IsQuote

IsQuote: number

If this order is a quote.

memberof

AccountTradesResult

MakerTaker

MakerTaker: MakerTaker

One of the following potential liquidity provider of a trade.

memberof

AccountTradesResult

OMSId

OMSId: number

The ID of the Order Management System to which the user belongs. A user will belong only to one OMS.

memberof

AccountTradesResult

OrderId

OrderId: number

The ID of the order causing the trade.

memberof

AccountTradesResult

OrderOriginator

OrderOriginator: number

The user ID of the user who entered the order that caused the trade for this account. (Multiple users can have access to an account.)

memberof

AccountTradesResult

OrderTradeRevision

OrderTradeRevision: number

This value increments if the trade has changed. Default is 1. For example, if the trade busts (fails to conclude), the trade will need to be modified and a revision number then will apply.

memberof

AccountTradesResult

OrderType

OrderType: OrderType

One of the following potential sides of a trade.

memberof

AccountTradesResult

Price

Price: number

The unit price at which the instrument traded.

memberof

AccountTradesResult

Quantity

Quantity: number

The unit quantity of the trade.

memberof

AccountTradesResult

RemainingQuantity

RemainingQuantity: number

The number of units remaining to be traded by the order after this execution. This number is not revealed to the other party in the trade. This value is also known as “leave size” or “leave quantity.”

memberof

AccountTradesResult

Side

Side: TradeSide

Buy or Sell

  • 0 Buy
  • 1 Sell
  • 2 Short (reserved for future use)
  • 3 Unknown (error condition)
memberof

AccountTradesResult

SubAccountId

SubAccountId: number

Not currently used.

memberof

AccountTradesResult

TradeId

TradeId: number

The ID of the overall trade.

memberof

AccountTradesResult

TradeTime

TradeTime: number

The time at which the trade took place, in POSIX format and UTC time zone

memberof

AccountTradesResult

TradeTimeMS

TradeTimeMS: number

The date and time stamp of the trade in Microsoft tick format and UTC time zone

memberof

AccountTradesResult

Value

Value: number

The total value of the deal. The system calculates this as: unit price X quantity executed

memberof

AccountTradesResult

Generated using TypeDoc