Class: Quickfix::OrderEventExecID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::OrderEventExecID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEventExecID
constructor
A new instance of OrderEventExecID.
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 |