Class: Quickfix::CurrencyRatio
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::CurrencyRatio
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CurrencyRatio
constructor
A new instance of CurrencyRatio.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CurrencyRatio
Returns a new instance of CurrencyRatio.
18349 18350 18351 18352 18353 18354 18355 |
# File 'lib/quickfix_fields.rb', line 18349 def initialize(data = nil) if( data == nil ) super(1382) else super(1382, data) end end |
Class Method Details
.field ⇒ Object
18346 18347 18348 |
# File 'lib/quickfix_fields.rb', line 18346 def CurrencyRatio.field return 1382 end |