Class: Quickfix::ComplexEventType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ComplexEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventType
constructor
A new instance of ComplexEventType.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventType
Returns a new instance of ComplexEventType.
10900 10901 10902 10903 10904 10905 10906 |
# File 'lib/quickfix_fields.rb', line 10900 def initialize(data = nil) if( data == nil ) super(1484) else super(1484, data) end end |
Class Method Details
.field ⇒ Object
10897 10898 10899 |
# File 'lib/quickfix_fields.rb', line 10897 def ComplexEventType.field return 1484 end |