Class: Quickfix50Sp2::MarketDataStatisticsReport::NoUnderlyings::NoUnderlyingPhysicalSettlTerms
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::MarketDataStatisticsReport::NoUnderlyings::NoUnderlyingPhysicalSettlTerms
- Defined in:
- lib/quickfix50sp2.rb
Defined Under Namespace
Classes: NoUnderlyingPhysicalSettlDeliverableObligations
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingPhysicalSettlTerms
constructor
A new instance of NoUnderlyingPhysicalSettlTerms.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingPhysicalSettlTerms
Returns a new instance of NoUnderlyingPhysicalSettlTerms.
400832 400833 400834 400835 400836 400837 400838 400839 400840 400841 |
# File 'lib/quickfix50sp2.rb', line 400832 def initialize order = Quickfix::IntArray.new(6) order[0] = 42065 order[1] = 42061 order[2] = 42062 order[3] = 42063 order[4] = 42064 order[5] = 0 super(42060, 42065, order) end |