Class: Quickfix::UnderlyingReturnRatePriceSequence
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingReturnRatePriceSequence
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRatePriceSequence
constructor
A new instance of UnderlyingReturnRatePriceSequence.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRatePriceSequence
Returns a new instance of UnderlyingReturnRatePriceSequence.
74392 74393 74394 74395 74396 74397 74398 |
# File 'lib/quickfix_fields.rb', line 74392 def initialize(data = nil) if( data == nil ) super(43035) else super(43035, data) end end |
Class Method Details
.field ⇒ Object
74389 74390 74391 |
# File 'lib/quickfix_fields.rb', line 74389 def .field return 43035 end |