Class: Quickfix::TerminationType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TerminationType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TerminationType
constructor
A new instance of TerminationType.
Constructor Details
#initialize(data = nil) ⇒ TerminationType
Returns a new instance of TerminationType.
10757 10758 10759 10760 10761 10762 10763 |
# File 'lib/quickfix_fields.rb', line 10757 def initialize(data = nil) if( data == nil ) super(788) else super(788, data) end end |