Class: Quickfix::UnderlyingReturnRateNotionalReset
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingReturnRateNotionalReset
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingReturnRateNotionalReset
constructor
A new instance of UnderlyingReturnRateNotionalReset.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingReturnRateNotionalReset
Returns a new instance of UnderlyingReturnRateNotionalReset.
73456 73457 73458 73459 73460 73461 73462 |
# File 'lib/quickfix_fields.rb', line 73456 def initialize(data = nil) if( data == nil ) super(42963) else super(42963, data) end end |
Class Method Details
.field ⇒ Object
73453 73454 73455 |
# File 'lib/quickfix_fields.rb', line 73453 def UnderlyingReturnRateNotionalReset.field return 42963 end |