Class: Quickfix::UnderlyingReturnRateQuoteMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRateQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteMethod
constructor
A new instance of UnderlyingReturnRateQuoteMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateQuoteMethod
Returns a new instance of UnderlyingReturnRateQuoteMethod.
74509 74510 74511 74512 74513 74514 74515 |
# File 'lib/quickfix_fields.rb', line 74509 def initialize(data = nil) if( data == nil ) super(43044) else super(43044, data) end end |
Class Method Details
.field ⇒ Object
74506 74507 74508 |
# File 'lib/quickfix_fields.rb', line 74506 def .field return 43044 end |