Interface WebSocketFullActivateMessage

interface WebSocketFullActivateMessage {
    funds: string;
    order_id: string;
    private: boolean;
    product_id: string;
    profile_id?: string;
    side: OrderSide;
    size: string;
    stop_price: string;
    stop_type: string;
    timestamp: string;
    type: FULL_ACTIVATE;
    user_id?: string;
}

Hierarchy

  • WebSocketUserMessage
    • WebSocketFullActivateMessage

Properties

funds: string
order_id: string
private: boolean
product_id: string
profile_id?: string
side: OrderSide
size: string
stop_price: string
stop_type: string
timestamp: string
user_id?: string