SecurityDefinition¶
- class roq.fix.codec.SecurityDefinition¶
This message is a reponse to
SecurityDefinitionRequest
(c
)- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: roq.fix.codec.SecurityDefinition, arg0: roq::fix::codec::SecurityDefinition) -> None
__init__(self: roq.fix.codec.SecurityDefinition, security_req_id: str, security_response_id: str, security_response_type: roq.fix.SecurityResponseType, symbol: str = ‘’, contract_multiplier: roq.Decimal = nan, security_exchange: str = ‘’, trading_session_id: str = ‘’, min_trade_vol: roq.Decimal = nan, min_price_increment: roq.Decimal = nan) -> None
- property contract_multiplier¶
ContractMultiplier <231>
- property min_price_increment¶
MinPriceIncrement <969>
- property min_trade_vol¶
MinTradeVol <562>
- property security_exchange¶
SecurityExchange <207>
- property security_req_id¶
SecurityReqId <320> (required)
- property security_response_id¶
SecurityResponseID <322> (required)
- property security_response_type¶
SecurityResponseType <323> (required)
- property symbol¶
Symbol <55>
- property trading_session_id¶
TradingSessionID <336>