Class: Quickfix::NoReturnRatePrices
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoReturnRatePrices
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoReturnRatePrices
constructor
A new instance of NoReturnRatePrices.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoReturnRatePrices
Returns a new instance of NoReturnRatePrices.
70622 70623 70624 70625 70626 70627 70628 |
# File 'lib/quickfix_fields.rb', line 70622 def initialize(data = nil) if( data == nil ) super(42765) else super(42765, data) end end |
Class Method Details
.field ⇒ Object
70619 70620 70621 |
# File 'lib/quickfix_fields.rb', line 70619 def NoReturnRatePrices.field return 42765 end |