class OrderRequest

Parents

object

Brief

The class provides info for an order request

Public Methods

getAccountId

Gets the unique identification number of the account to create the order on

getAmount

Gets the order amount

getBuySell

Gets the trade operation of the order

getCustomId

Gets the custom ID

getExpirationDate

Gets the expiration datetime. Applicable only for orders with GTD time-in-force option.

getOfferId

Gets the unique identification number of the instrument offer to create the order for

getTimeInForce

Gets the time in force ('GTC', 'IOC', 'FOK', 'DAY', 'GTD')

OrderRequest

A constructor

back