Class: Quickfix::LegCurrencyRatio
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegCurrencyRatio
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCurrencyRatio
constructor
A new instance of LegCurrencyRatio.
Constructor Details
#initialize(data = nil) ⇒ LegCurrencyRatio
Returns a new instance of LegCurrencyRatio.
18362 18363 18364 18365 18366 18367 18368 |
# File 'lib/quickfix_fields.rb', line 18362 def initialize(data = nil) if( data == nil ) super(1383) else super(1383, data) end end |