Class: Quickfix::LegEventTimeUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegEventTimeUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventTimeUnit
constructor
A new instance of LegEventTimeUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegEventTimeUnit
Returns a new instance of LegEventTimeUnit.
27007 27008 27009 27010 27011 27012 27013 |
# File 'lib/quickfix_fields.rb', line 27007 def initialize(data = nil) if( data == nil ) super(2063) else super(2063, data) end end |
Class Method Details
.field ⇒ Object
27004 27005 27006 |
# File 'lib/quickfix_fields.rb', line 27004 def LegEventTimeUnit.field return 2063 end |