Class: Quickfix::ReturnRateNotionalReset
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::ReturnRateNotionalReset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ReturnRateNotionalReset
constructor
A new instance of ReturnRateNotionalReset.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ ReturnRateNotionalReset
69348 69349 69350 69351 69352 69353 69354 |
# File 'lib/quickfix_fields.rb', line 69348 def initialize(data = nil) if( data == nil ) super(42668) else super(42668, data) end end |
Class Method Details
.field ⇒ Object
69345 69346 69347 |
# File 'lib/quickfix_fields.rb', line 69345 def ReturnRateNotionalReset.field return 42668 end |