Class: Quickfix::LegEventType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegEventType
constructor
A new instance of LegEventType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegEventType
Returns a new instance of LegEventType.
26968 26969 26970 26971 26972 26973 26974 |
# File 'lib/quickfix_fields.rb', line 26968 def initialize(data = nil) if( data == nil ) super(2060) else super(2060, data) end end |
Class Method Details
.field ⇒ Object
26965 26966 26967 |
# File 'lib/quickfix_fields.rb', line 26965 def LegEventType.field return 2060 end |