Class: Quickfix::LastSpotRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LastSpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastSpotRate
constructor
A new instance of LastSpotRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LastSpotRate
Returns a new instance of LastSpotRate.
2931 2932 2933 2934 2935 2936 2937 |
# File 'lib/quickfix_fields.rb', line 2931 def initialize(data = nil) if( data == nil ) super(194) else super(194, data) end end |
Class Method Details
.field ⇒ Object
2928 2929 2930 |
# File 'lib/quickfix_fields.rb', line 2928 def LastSpotRate.field return 194 end |