Class: Quickfix::NoOrderEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoOrderEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoOrderEvents
constructor
A new instance of NoOrderEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoOrderEvents
Returns a new instance of NoOrderEvents.
23471 23472 23473 23474 23475 23476 23477 |
# File 'lib/quickfix_fields.rb', line 23471 def initialize(data = nil) if( data == nil ) super(1795) else super(1795, data) end end |
Class Method Details
.field ⇒ Object
23468 23469 23470 |
# File 'lib/quickfix_fields.rb', line 23468 def NoOrderEvents.field return 1795 end |