Class: Quickfix::MarginAmtFXRate
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::MarginAmtFXRate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginAmtFXRate
constructor
A new instance of MarginAmtFXRate.
Constructor Details
#initialize(data = nil) ⇒ MarginAmtFXRate
Returns a new instance of MarginAmtFXRate.
40241 40242 40243 40244 40245 40246 40247 |
# File 'lib/quickfix_fields.rb', line 40241 def initialize(data = nil) if( data == nil ) super(2088) else super(2088, data) end end |