public method Order.getPegType

Brief

Gets the price used to calculate the pegged order price: O - open price, M - close price. Applicable only to stop/limit orders and secondary orders of ELS orders

Declaration

protojavascriptjavacsharp
public getPegType() : string

Returns

The method returns a string that represents the price used to calculate the pegged order price: O - open price, M - close price

Details

Declared in Order

back