Class: Quickfix::SideCollateralFXRateCalc
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::SideCollateralFXRateCalc
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralFXRateCalc
constructor
A new instance of SideCollateralFXRateCalc.
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 |