Class: Quickfix::LegSettlRatePostponementSurvey
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegSettlRatePostponementSurvey
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlRatePostponementSurvey
constructor
A new instance of LegSettlRatePostponementSurvey.
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 |