Class: Quickfix::ReturnRateFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::ReturnRateFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateFXRate
constructor
A new instance of ReturnRateFXRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateFXRate
Returns a new instance of ReturnRateFXRate.
70206 70207 70208 70209 70210 70211 70212 |
# File 'lib/quickfix_fields.rb', line 70206 def initialize(data = nil) if( data == nil ) super(42733) else super(42733, data) end end |
Class Method Details
.field ⇒ Object
70203 70204 70205 |
# File 'lib/quickfix_fields.rb', line 70203 def ReturnRateFXRate.field return 42733 end |