Class: Quickfix::ListExecInst
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ListExecInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ListExecInst
constructor
A new instance of ListExecInst.
Constructor Details
#initialize(data = nil) ⇒ ListExecInst
Returns a new instance of ListExecInst.
19129 19130 19131 19132 19133 19134 19135 |
# File 'lib/quickfix_fields.rb', line 19129 def initialize(data = nil) if( data == nil ) super(69) else super(69, data) end end |
Class Method Details
.field ⇒ Object
19126 19127 19128 |
# File 'lib/quickfix_fields.rb', line 19126 def ListExecInst.field return 69 end |