Class: Quickfix::UnderlyingReturnRatePriceBasis
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRatePriceBasis
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRatePriceBasis
constructor
A new instance of UnderlyingReturnRatePriceBasis.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRatePriceBasis
Returns a new instance of UnderlyingReturnRatePriceBasis.
74782 74783 74784 74785 74786 74787 74788 |
# File 'lib/quickfix_fields.rb', line 74782 def initialize(data = nil) if( data == nil ) super(43065) else super(43065, data) end end |
Class Method Details
.field ⇒ Object
74779 74780 74781 |
# File 'lib/quickfix_fields.rb', line 74779 def .field return 43065 end |