Class: Quickfix::LegReturnRateQuoteMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegReturnRateQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateQuoteMethod
constructor
A new instance of LegReturnRateQuoteMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateQuoteMethod
Returns a new instance of LegReturnRateQuoteMethod.
67775 67776 67777 67778 67779 67780 67781 |
# File 'lib/quickfix_fields.rb', line 67775 def initialize(data = nil) if( data == nil ) super(42544) else super(42544, data) end end |
Class Method Details
.field ⇒ Object
67772 67773 67774 |
# File 'lib/quickfix_fields.rb', line 67772 def LegReturnRateQuoteMethod.field return 42544 end |