Class: Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegCashSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoLegs::NoLegCashSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoLegCashSettlDateBusinessCenters, NoLegCashSettlDealers
Instance Method Summary collapse
-
#initialize ⇒ NoLegCashSettlTerms
constructor
A new instance of NoLegCashSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoLegCashSettlTerms
Returns a new instance of NoLegCashSettlTerms.
50095 50096 50097 50098 50099 50100 50101 50102 50103 50104 50105 50106 50107 50108 50109 50110 50111 50112 50113 50114 50115 50116 50117 50118 50119 50120 50121 50122 50123 50124 50125 50126 50127 |
# File 'lib/quickfix50sp2.rb', line 50095 def initialize order = Quickfix::IntArray.new(29) order[0] = 41345 order[1] = 41346 order[2] = 41347 order[3] = 41348 order[4] = 41349 order[5] = 41350 order[6] = 41351 order[7] = 41352 order[8] = 41353 order[9] = 41354 order[10] = 41355 order[11] = 41342 order[12] = 42308 order[13] = 42309 order[14] = 41356 order[15] = 41357 order[16] = 42299 order[17] = 42300 order[18] = 42301 order[19] = 42302 order[20] = 42303 order[21] = 42304 order[22] = 42305 order[23] = 41358 order[24] = 41359 order[25] = 41360 order[26] = 41361 order[27] = 41362 order[28] = 0 super(41344, 41345, order) end |