Class: Quickfix::UnderlyingSettlRatePostponementSurvey
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::UnderlyingSettlRatePostponementSurvey
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlRatePostponementSurvey
constructor
A new instance of UnderlyingSettlRatePostponementSurvey.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlRatePostponementSurvey
Returns a new instance of UnderlyingSettlRatePostponementSurvey.
35899 35900 35901 35902 35903 35904 35905 |
# File 'lib/quickfix_fields.rb', line 35899 def initialize(data = nil) if( data == nil ) super(40662) else super(40662, data) end end |
Class Method Details
.field ⇒ Object
35896 35897 35898 |
# File 'lib/quickfix_fields.rb', line 35896 def UnderlyingSettlRatePostponementSurvey.field return 40662 end |