Struct fix_rs::dictionary::messages::NewOrderSingle [] [src]

pub struct NewOrderSingle {
    pub meta: Option<Meta>,
    pub sender_comp_id: <<SenderCompID as Field>::Type as FieldType>::Type,
    pub target_comp_id: <<TargetCompID as Field>::Type as FieldType>::Type,
    pub appl_ver_id: <<ApplVerID as Field>::Type as FieldType>::Type,
    pub appl_ext_id: <<ApplExtID as Field>::Type as FieldType>::Type,
    pub cstm_appl_ver_id: <<CstmApplVerID as Field>::Type as FieldType>::Type,
    pub on_behalf_of_comp_id: <<OnBehalfOfCompID as Field>::Type as FieldType>::Type,
    pub deliver_to_comp_id: <<DeliverToCompID as Field>::Type as FieldType>::Type,
    pub secure_data_len: <<SecureDataLen as Field>::Type as FieldType>::Type,
    pub secure_data: <<SecureData as Field>::Type as FieldType>::Type,
    pub msg_seq_num: <<MsgSeqNum as Field>::Type as FieldType>::Type,
    pub sender_sub_id: <<SenderSubID as Field>::Type as FieldType>::Type,
    pub sender_location_id: <<SenderLocationID as Field>::Type as FieldType>::Type,
    pub target_sub_id: <<TargetSubID as Field>::Type as FieldType>::Type,
    pub target_location_id: <<TargetLocationID as Field>::Type as FieldType>::Type,
    pub on_behalf_of_sub_id: <<OnBehalfOfSubID as Field>::Type as FieldType>::Type,
    pub on_behalf_of_location_id: <<OnBehalfOfLocationID as Field>::Type as FieldType>::Type,
    pub deliver_to_sub_id: <<DeliverToSubID as Field>::Type as FieldType>::Type,
    pub deliver_to_location_id: <<DeliverToLocationID as Field>::Type as FieldType>::Type,
    pub poss_dup_flag: <<PossDupFlag as Field>::Type as FieldType>::Type,
    pub poss_resend: <<PossResend as Field>::Type as FieldType>::Type,
    pub sending_time: <<SendingTime as Field>::Type as FieldType>::Type,
    pub orig_sending_time: <<OrigSendingTime as Field>::Type as FieldType>::Type,
    pub xml_data_len: <<XmlDataLen as Field>::Type as FieldType>::Type,
    pub xml_data: <<XmlData as Field>::Type as FieldType>::Type,
    pub message_encoding: <<MessageEncoding as Field>::Type as FieldType>::Type,
    pub last_msg_seq_num_processed: <<LastMsgSeqNumProcessed as Field>::Type as FieldType>::Type,
    pub on_behalf_of_sending_time: <<OnBehalfOfSendingTime as Field>::Type as FieldType>::Type,
    pub hops: <<NoHops as Field>::Type as FieldType>::Type,
    pub cl_ord_id: <<ClOrdID as Field>::Type as FieldType>::Type,
    pub account: <<Account as Field>::Type as FieldType>::Type,
    pub settl_type: <<SettlType as Field>::Type as FieldType>::Type,
    pub settl_date: <<SettlDate as Field>::Type as FieldType>::Type,
    pub handl_inst: <<HandlInst as Field>::Type as FieldType>::Type,
    pub min_qty: <<MinQty as Field>::Type as FieldType>::Type,
    pub max_floor: <<MaxFloor as Field>::Type as FieldType>::Type,
    pub symbol: <<Symbol as Field>::Type as FieldType>::Type,
    pub security_id: <<SecurityID as Field>::Type as FieldType>::Type,
    pub security_id_source: <<SecurityIDSource as Field>::Type as FieldType>::Type,
    pub side: <<SideField as Field>::Type as FieldType>::Type,
    pub transact_time: <<TransactTime as Field>::Type as FieldType>::Type,
    pub order_qty: <<OrderQty as Field>::Type as FieldType>::Type,
    pub ord_type: <<OrdType as Field>::Type as FieldType>::Type,
    pub price: <<Price as Field>::Type as FieldType>::Type,
    pub currency: <<Currency as Field>::Type as FieldType>::Type,
    pub time_in_force: <<TimeInForce as Field>::Type as FieldType>::Type,
    pub signature_length: <<SignatureLength as Field>::Type as FieldType>::Type,
    pub signature: <<Signature as Field>::Type as FieldType>::Type,
    // some fields omitted
}

Fields

Methods

impl NewOrderSingle
[src]

impl NewOrderSingle
[src]

Trait Implementations

impl MessageBuildable for NewOrderSingle
[src]

impl FIXTMessageBuildable for NewOrderSingle
[src]

impl Clone for NewOrderSingle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for NewOrderSingle
[src]

Returns the "default value" for a type. Read more

impl MessageDetails for NewOrderSingle
[src]

impl Message for NewOrderSingle
[src]

impl PartialEq for NewOrderSingle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FIXTMessage for NewOrderSingle
[src]