Class: Quickfix::SettlRatePostponementSurvey
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::SettlRatePostponementSurvey
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlRatePostponementSurvey
constructor
A new instance of SettlRatePostponementSurvey.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ SettlRatePostponementSurvey
Returns a new instance of SettlRatePostponementSurvey.
28450 28451 28452 28453 28454 28455 28456 |
# File 'lib/quickfix_fields.rb', line 28450 def initialize(data = nil) if( data == nil ) super(40088) else super(40088, data) end end |
Class Method Details
.field ⇒ Object
28447 28448 28449 |
# File 'lib/quickfix_fields.rb', line 28447 def SettlRatePostponementSurvey.field return 40088 end |