Class: Quickfix::SideCollateralFXRateCalc

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideCollateralFXRateCalc

Returns a new instance of SideCollateralFXRateCalc.



75601
75602
75603
75604
75605
75606
75607
# File 'lib/quickfix_fields.rb', line 75601

def initialize(data = nil)
  if( data == nil )
    super(2697)
  else
    super(2697, data)
  end
end