Class: Quickfix::LegReturnRateNotionalReset
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegReturnRateNotionalReset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReturnRateNotionalReset
constructor
A new instance of LegReturnRateNotionalReset.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegReturnRateNotionalReset
Returns a new instance of LegReturnRateNotionalReset.
66774 66775 66776 66777 66778 66779 66780 |
# File 'lib/quickfix_fields.rb', line 66774 def initialize(data = nil) if( data == nil ) super(42467) else super(42467, data) end end |
Class Method Details
.field ⇒ Object
66771 66772 66773 |
# File 'lib/quickfix_fields.rb', line 66771 def LegReturnRateNotionalReset.field return 42467 end |