Class: Quickfix::LegSettlRatePostponementSurvey
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegSettlRatePostponementSurvey
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlRatePostponementSurvey
constructor
A new instance of LegSettlRatePostponementSurvey.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegSettlRatePostponementSurvey
Returns a new instance of LegSettlRatePostponementSurvey.
39058 39059 39060 39061 39062 39063 39064 |
# File 'lib/quickfix_fields.rb', line 39058 def initialize(data = nil) if( data == nil ) super(40905) else super(40905, data) end end |
Class Method Details
.field ⇒ Object
39055 39056 39057 |
# File 'lib/quickfix_fields.rb', line 39055 def LegSettlRatePostponementSurvey.field return 40905 end |