Class: Quickfix::MDEntrySpotRate
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::MDEntrySpotRate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDEntrySpotRate
constructor
A new instance of MDEntrySpotRate.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ MDEntrySpotRate
Returns a new instance of MDEntrySpotRate.
13773 13774 13775 13776 13777 13778 13779 |
# File 'lib/quickfix_fields.rb', line 13773 def initialize(data = nil) if( data == nil ) super(1026) else super(1026, data) end end |
Class Method Details
.field ⇒ Object
13770 13771 13772 |
# File 'lib/quickfix_fields.rb', line 13770 def MDEntrySpotRate.field return 1026 end |