Class: Quickfix::PositionFXRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PositionFXRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PositionFXRate
constructor
A new instance of PositionFXRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PositionFXRate
Returns a new instance of PositionFXRate.
40358 40359 40360 40361 40362 40363 40364 |
# File 'lib/quickfix_fields.rb', line 40358 def initialize(data = nil) if( data == nil ) super(2097) else super(2097, data) end end |
Class Method Details
.field ⇒ Object
40355 40356 40357 |
# File 'lib/quickfix_fields.rb', line 40355 def PositionFXRate.field return 2097 end |