Class: Quickfix::NoUnderlyingReturnRatePrices
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingReturnRatePrices
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingReturnRatePrices
constructor
A new instance of NoUnderlyingReturnRatePrices.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingReturnRatePrices
Returns a new instance of NoUnderlyingReturnRatePrices.
74769 74770 74771 74772 74773 74774 74775 |
# File 'lib/quickfix_fields.rb', line 74769 def initialize(data = nil) if( data == nil ) super(43064) else super(43064, data) end end |
Class Method Details
.field ⇒ Object
74766 74767 74768 |
# File 'lib/quickfix_fields.rb', line 74766 def .field return 43064 end |