Class: Quickfix50Sp2::CollateralReport::NoRegulatoryTradeIDs
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::CollateralReport::NoRegulatoryTradeIDs
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoRegulatoryTradeIDs
constructor
A new instance of NoRegulatoryTradeIDs.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoRegulatoryTradeIDs
Returns a new instance of NoRegulatoryTradeIDs.
296170 296171 296172 296173 296174 296175 296176 296177 296178 296179 296180 |
# File 'lib/quickfix50sp2.rb', line 296170 def initialize order = Quickfix::IntArray.new(7) order[0] = 1903 order[1] = 1905 order[2] = 1904 order[3] = 1906 order[4] = 2411 order[5] = 2397 order[6] = 0 super(1907, 1903, order) end |