Interface StockOrderObject

Value in map of StockOrder

interface StockOrderObject {
    position: PositionType;
    price: number;
    shares: number;
    type: OrderType;
}

Properties

position: PositionType

Order position

price: number

Price per share

shares: number

Number of shares

type: OrderType

Order type