Class: Quickfix::EventType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::EventType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventType
constructor
A new instance of EventType.
Constructor Details
#initialize(data = nil) ⇒ EventType
Returns a new instance of EventType.
11719 11720 11721 11722 11723 11724 11725 |
# File 'lib/quickfix_fields.rb', line 11719 def initialize(data = nil) if( data == nil ) super(865) else super(865, data) end end |