Class: Quickfix::ReturnRateFinalPriceFallback
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReturnRateFinalPriceFallback
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateFinalPriceFallback
constructor
A new instance of ReturnRateFinalPriceFallback.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateFinalPriceFallback
70557 70558 70559 70560 70561 70562 70563 |
# File 'lib/quickfix_fields.rb', line 70557 def initialize(data = nil) if( data == nil ) super(42760) else super(42760, data) end end |
Class Method Details
.field ⇒ Object
70554 70555 70556 |
# File 'lib/quickfix_fields.rb', line 70554 def ReturnRateFinalPriceFallback.field return 42760 end |