Class: Quickfix::OrderEventExecID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::OrderEventExecID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEventExecID
constructor
A new instance of OrderEventExecID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ OrderEventExecID
Returns a new instance of OrderEventExecID.
23497 23498 23499 23500 23501 23502 23503 |
# File 'lib/quickfix_fields.rb', line 23497 def initialize(data = nil) if( data == nil ) super(1797) else super(1797, data) end end |
Class Method Details
.field ⇒ Object
23494 23495 23496 |
# File 'lib/quickfix_fields.rb', line 23494 def OrderEventExecID.field return 1797 end |