Class: Quickfix50Sp2::ExecutionAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommodityDataSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::ExecutionAck::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommodityDataSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingStreamCommodityDataSources
constructor
A new instance of NoUnderlyingStreamCommodityDataSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingStreamCommodityDataSources
Returns a new instance of NoUnderlyingStreamCommodityDataSources.
331004 331005 331006 331007 331008 331009 331010 |
# File 'lib/quickfix50sp2.rb', line 331004 def initialize order = Quickfix::IntArray.new(3) order[0] = 41994 order[1] = 41995 order[2] = 0 super(41993, 41994, order) end |