Class: Quickfix::EventDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::EventDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ EventDate
constructor
A new instance of EventDate.
Constructor Details
#initialize(data = nil) ⇒ EventDate
Returns a new instance of EventDate.
13279 13280 13281 13282 13283 13284 13285 |
# File 'lib/quickfix_fields.rb', line 13279 def initialize(data = nil) if( data == nil ) super(866) else super(866, data) end end |
Class Method Details
.field ⇒ Object
13276 13277 13278 |
# File 'lib/quickfix_fields.rb', line 13276 def EventDate.field return 866 end |