Class: Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateInformationSources
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::OrderMassActionRequest::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateInformationSources
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingReturnRateInformationSources
constructor
A new instance of NoUnderlyingReturnRateInformationSources.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingReturnRateInformationSources
Returns a new instance of NoUnderlyingReturnRateInformationSources.
347499 347500 347501 347502 347503 347504 347505 347506 |
# File 'lib/quickfix50sp2.rb', line 347499 def initialize order = Quickfix::IntArray.new(4) order[0] = 43061 order[1] = 43062 order[2] = 43063 order[3] = 0 super(43060, 43061, order) end |