Class: Quickfix::ReturnRateQuoteMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ReturnRateQuoteMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateQuoteMethod
constructor
A new instance of ReturnRateQuoteMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateQuoteMethod
Returns a new instance of ReturnRateQuoteMethod.
70362 70363 70364 70365 70366 70367 70368 |
# File 'lib/quickfix_fields.rb', line 70362 def initialize(data = nil) if( data == nil ) super(42745) else super(42745, data) end end |
Class Method Details
.field ⇒ Object
70359 70360 70361 |
# File 'lib/quickfix_fields.rb', line 70359 def ReturnRateQuoteMethod.field return 42745 end |