Class: Quickfix50Sp2::AllocationReportAck::NoAllocs::NoAllocRegulatoryTradeIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationReportAck::NoAllocs::NoAllocRegulatoryTradeIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoAllocRegulatoryTradeIDs
constructor
A new instance of NoAllocRegulatoryTradeIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoAllocRegulatoryTradeIDs
Returns a new instance of NoAllocRegulatoryTradeIDs.
269740 269741 269742 269743 269744 269745 269746 269747 269748 269749 269750 |
# File 'lib/quickfix50sp2.rb', line 269740 def initialize order = Quickfix::IntArray.new(7) order[0] = 1909 order[1] = 1910 order[2] = 1911 order[3] = 1912 order[4] = 2406 order[5] = 2399 order[6] = 0 super(1908, 1909, order) end |