Class: Quickfix::ContingencyType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ContingencyType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContingencyType
constructor
A new instance of ContingencyType.
Constructor Details
#initialize(data = nil) ⇒ ContingencyType
Returns a new instance of ContingencyType.
461 462 463 464 465 466 467 |
# File 'lib/quickfix_fields.rb', line 461 def initialize(data = nil) if( data == nil ) super(1385) else super(1385, data) end end |
Class Method Details
.field ⇒ Object
458 459 460 |
# File 'lib/quickfix_fields.rb', line 458 def ContingencyType.field return 1385 end |