Class: Quickfix::TerminationType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TerminationType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
18154 18155 18156 18157 18158 18159 18160 |
# File 'lib/quickfix_fields.rb', line 18154 def initialize(data = nil) if( data == nil ) super(788) else super(788, data) end end |
Class Method Details
.field ⇒ Object
18151 18152 18153 |
# File 'lib/quickfix_fields.rb', line 18151 def TerminationType.field return 788 end |