Class: Quickfix::EventDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ EventDate
Returns a new instance of EventDate.
11732 11733 11734 11735 11736 11737 11738 |
# File 'lib/quickfix_fields.rb', line 11732 def initialize(data = nil) if( data == nil ) super(866) else super(866, data) end end |
Class Method Details
.field ⇒ Object
11729 11730 11731 |
# File 'lib/quickfix_fields.rb', line 11729 def EventDate.field return 866 end |