Class: Quickfix::OrderEventType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OrderEventType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEventType
constructor
A new instance of OrderEventType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OrderEventType
23484 23485 23486 23487 23488 23489 23490 |
# File 'lib/quickfix_fields.rb', line 23484 def initialize(data = nil) if( data == nil ) super(1796) else super(1796, data) end end |
Class Method Details
.field ⇒ Object
23481 23482 23483 |
# File 'lib/quickfix_fields.rb', line 23481 def OrderEventType.field return 1796 end |