Interface OpenPositionUpdate

interface OpenPositionUpdate {
    channel: string;
    currency: string;
    dealId: string;
    dealIdOrigin: string;
    dealReference: string;
    dealStatus: DealStatus;
    direction: Direction;
    epic: string;
    expiry: string;
    guaranteedStop: boolean;
    level: number;
    limitLevel: number;
    size: number;
    status: AffectedDealStatus;
    stopLevel: number;
    timestamp: Date;
}

Properties

channel: string
currency: string
dealId: string
dealIdOrigin: string
dealReference: string
dealStatus: DealStatus
direction: Direction
epic: string
expiry: string
guaranteedStop: boolean
level: number
limitLevel: number
size: number
stopLevel: number
timestamp: Date