Class: Quickfix::ComplexEventEndDate
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::ComplexEventEndDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventEndDate
constructor
A new instance of ComplexEventEndDate.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventEndDate
Returns a new instance of ComplexEventEndDate.
12954 12955 12956 12957 12958 12959 12960 |
# File 'lib/quickfix_fields.rb', line 12954 def initialize(data = nil) if( data == nil ) super(1493) else super(1493, data) end end |
Class Method Details
.field ⇒ Object
12951 12952 12953 |
# File 'lib/quickfix_fields.rb', line 12951 def ComplexEventEndDate.field return 1493 end |