Interface PositionResponse

interface PositionResponse {
    market: Market;
    position: Position;
}

Properties

Properties

market: Market
position: Position