Class: Quickfix::LegCurrencyRatio
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegCurrencyRatio
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
12850 12851 12852 12853 12854 12855 12856 |
# File 'lib/quickfix_fields.rb', line 12850 def initialize(data = nil) if( data == nil ) super(1383) else super(1383, data) end end |
Class Method Details
.field ⇒ Object
12847 12848 12849 |
# File 'lib/quickfix_fields.rb', line 12847 def LegCurrencyRatio.field return 1383 end |