Class: Quickfix::NoLegEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegEvents
constructor
A new instance of NoLegEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegEvents
Returns a new instance of NoLegEvents.
26955 26956 26957 26958 26959 26960 26961 |
# File 'lib/quickfix_fields.rb', line 26955 def initialize(data = nil) if( data == nil ) super(2059) else super(2059, data) end end |
Class Method Details
.field ⇒ Object
26952 26953 26954 |
# File 'lib/quickfix_fields.rb', line 26952 def NoLegEvents.field return 2059 end |