Class: Quickfix::SideCollateralFXRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::SideCollateralFXRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralFXRate
constructor
A new instance of SideCollateralFXRate.
Constructor Details
#initialize(data = nil) ⇒ SideCollateralFXRate
Returns a new instance of SideCollateralFXRate.
75588 75589 75590 75591 75592 75593 75594 |
# File 'lib/quickfix_fields.rb', line 75588 def initialize(data = nil) if( data == nil ) super(2696) else super(2696, data) end end |