Class: Quickfix::LegReturnRatePriceSequence
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRatePriceSequence
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRatePriceSequence
constructor
A new instance of LegReturnRatePriceSequence.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRatePriceSequence
Returns a new instance of LegReturnRatePriceSequence.
67658 67659 67660 67661 67662 67663 67664 |
# File 'lib/quickfix_fields.rb', line 67658 def initialize(data = nil) if( data == nil ) super(42535) else super(42535, data) end end |
Class Method Details
.field ⇒ Object
67655 67656 67657 |
# File 'lib/quickfix_fields.rb', line 67655 def LegReturnRatePriceSequence.field return 42535 end |