Class: Quickfix50Sp2::MarginRequirementInquiryAck::NoStreams::NoReturnRates::NoReturnRateInformationSources

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

#initializeNoReturnRateInformationSources

Returns a new instance of NoReturnRateInformationSources.



354416
354417
354418
354419
354420
354421
354422
354423
# File 'lib/quickfix50sp2.rb', line 354416

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 42762
  order[1] = 42763
  order[2] = 42764
  order[3] = 0
  super(42761, 42762, order)
end