Class: Quickfix::SideCollateralFXRateCalc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

Class Method Details

.fieldObject



75598
75599
75600
# File 'lib/quickfix_fields.rb', line 75598

def SideCollateralFXRateCalc.field
  return 2697
end