Class: Quickfix::ExecRestatementReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ExecRestatementReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecRestatementReason
constructor
A new instance of ExecRestatementReason.
Constructor Details
#initialize(data = nil) ⇒ ExecRestatementReason
Returns a new instance of ExecRestatementReason.
175 176 177 178 179 180 181 |
# File 'lib/quickfix_fields.rb', line 175 def initialize(data = nil) if( data == nil ) super(378) else super(378, data) end end |
Class Method Details
.field ⇒ Object
172 173 174 |
# File 'lib/quickfix_fields.rb', line 172 def ExecRestatementReason.field return 378 end |