Class: Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoStreams::NoStreamCommoditySettlPeriods::NoStreamCommoditySettlDays::NoStreamCommoditySettlTimes
- Inherits:
-
Quickfix::Group
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldMap->clientdata)->klass
- Quickfix::Group
- Quickfix50Sp2::PartyRiskLimitCheckRequestAck::NoStreams::NoStreamCommoditySettlPeriods::NoStreamCommoditySettlDays::NoStreamCommoditySettlTimes
- Defined in:
- lib/quickfix50sp2.rb
Instance Method Summary collapse
-
#initialize ⇒ NoStreamCommoditySettlTimes
constructor
A new instance of NoStreamCommoditySettlTimes.
Methods inherited from Quickfix::Group
#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup
Constructor Details
#initialize ⇒ NoStreamCommoditySettlTimes
Returns a new instance of NoStreamCommoditySettlTimes.
376798 376799 376800 376801 376802 376803 376804 376805 |
# File 'lib/quickfix50sp2.rb', line 376798 def initialize order = Quickfix::IntArray.new(4) order[0] = 41287 order[1] = 41288 order[2] = 41588 order[3] = 0 super(41286, 41287, order) end |