Class: Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommoditySettlPeriods::NoUnderlyingStreamCommoditySettlDays::NoUnderlyingStreamCommoditySettlTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::AllocationInstruction::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingStreamCommoditySettlPeriods::NoUnderlyingStreamCommoditySettlDays::NoUnderlyingStreamCommoditySettlTimes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoUnderlyingStreamCommoditySettlTimes
constructor
A new instance of NoUnderlyingStreamCommoditySettlTimes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoUnderlyingStreamCommoditySettlTimes
Returns a new instance of NoUnderlyingStreamCommoditySettlTimes.
47426 47427 47428 47429 47430 47431 47432 47433 |
# File 'lib/quickfix50sp2.rb', line 47426 def initialize order = Quickfix::IntArray.new(4) order[0] = 42000 order[1] = 42001 order[2] = 41936 order[3] = 0 super(41999, 42000, order) end |