Class: Quickfix50Sp2::MarginRequirementInquiryAck::NoStreams::NoReturnRates::NoReturnRateFXConversions

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

#initializeNoReturnRateFXConversions

Returns a new instance of NoReturnRateFXConversions.



354405
354406
354407
354408
354409
354410
354411
354412
# File 'lib/quickfix50sp2.rb', line 354405

def initialize
  order = Quickfix::IntArray.new(4)
  order[0] = 42732
  order[1] = 42733
  order[2] = 42734
  order[3] = 0
  super(42731, 42732, order)
end