Class: Quickfix::ExecInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ExecInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecInst
constructor
A new instance of ExecInst.
Constructor Details
#initialize(data = nil) ⇒ ExecInst
Returns a new instance of ExecInst.
12590 12591 12592 12593 12594 12595 12596 |
# File 'lib/quickfix_fields.rb', line 12590 def initialize(data = nil) if( data == nil ) super(18) else super(18, data) end end |
Class Method Details
.field ⇒ Object
12587 12588 12589 |
# File 'lib/quickfix_fields.rb', line 12587 def ExecInst.field return 18 end |