Class: Quickfix50Sp2::MarginRequirementInquiryAck::NoStreams::NoReturnRates::NoReturnRateDates::NoReturnRateValuationDates

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50sp2.rb

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoReturnRateValuationDates

Returns a new instance of NoReturnRateValuationDates.



354457
354458
354459
354460
354461
354462
354463
# File 'lib/quickfix50sp2.rb', line 354457

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 42773
  order[1] = 42774
  order[2] = 0
  super(42772, 42773, order)
end