Class: Quickfix::LegEventDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegEventDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventDate
constructor
A new instance of LegEventDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegEventDate
Returns a new instance of LegEventDate.
26981 26982 26983 26984 26985 26986 26987 |
# File 'lib/quickfix_fields.rb', line 26981 def initialize(data = nil) if( data == nil ) super(2061) else super(2061, data) end end |
Class Method Details
.field ⇒ Object
26978 26979 26980 |
# File 'lib/quickfix_fields.rb', line 26978 def LegEventDate.field return 2061 end |