Class: Quickfix::UnderlyingReturnRateFinalPriceFallback
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateFinalPriceFallback
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateFinalPriceFallback
constructor
A new instance of UnderlyingReturnRateFinalPriceFallback.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateFinalPriceFallback
Returns a new instance of UnderlyingReturnRateFinalPriceFallback.
74704 74705 74706 74707 74708 74709 74710 |
# File 'lib/quickfix_fields.rb', line 74704 def initialize(data = nil) if( data == nil ) super(43059) else super(43059, data) end end |
Class Method Details
.field ⇒ Object
74701 74702 74703 |
# File 'lib/quickfix_fields.rb', line 74701 def .field return 43059 end |