Class: Quickfix::LegEventMonthYear
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegEventMonthYear
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventMonthYear
constructor
A new instance of LegEventMonthYear.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegEventMonthYear
Returns a new instance of LegEventMonthYear.
40163 40164 40165 40166 40167 40168 40169 |
# File 'lib/quickfix_fields.rb', line 40163 def initialize(data = nil) if( data == nil ) super(2341) else super(2341, data) end end |
Class Method Details
.field ⇒ Object
40160 40161 40162 |
# File 'lib/quickfix_fields.rb', line 40160 def LegEventMonthYear.field return 2341 end |