Class: Quickfix::NoLegReturnRateFXConversions
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegReturnRateFXConversions
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegReturnRateFXConversions
constructor
A new instance of NoLegReturnRateFXConversions.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegReturnRateFXConversions
Returns a new instance of NoLegReturnRateFXConversions.
67593 67594 67595 67596 67597 67598 67599 |
# File 'lib/quickfix_fields.rb', line 67593 def initialize(data = nil) if( data == nil ) super(42530) else super(42530, data) end end |
Class Method Details
.field ⇒ Object
67590 67591 67592 |
# File 'lib/quickfix_fields.rb', line 67590 def NoLegReturnRateFXConversions.field return 42530 end |