Class: Quickfix::ExecAckStatus
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ExecAckStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecAckStatus
constructor
A new instance of ExecAckStatus.
Constructor Details
#initialize(data = nil) ⇒ ExecAckStatus
Returns a new instance of ExecAckStatus.
19142 19143 19144 19145 19146 19147 19148 |
# File 'lib/quickfix_fields.rb', line 19142 def initialize(data = nil) if( data == nil ) super(1036) else super(1036, data) end end |
Class Method Details
.field ⇒ Object
19139 19140 19141 |
# File 'lib/quickfix_fields.rb', line 19139 def ExecAckStatus.field return 1036 end |