Class: Quickfix::ConfirmType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ConfirmType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ConfirmType
constructor
A new instance of ConfirmType.
Constructor Details
#initialize(data = nil) ⇒ ConfirmType
Returns a new instance of ConfirmType.
7468 7469 7470 7471 7472 7473 7474 |
# File 'lib/quickfix_fields.rb', line 7468 def initialize(data = nil) if( data == nil ) super(773) else super(773, data) end end |
Class Method Details
.field ⇒ Object
7465 7466 7467 |
# File 'lib/quickfix_fields.rb', line 7465 def ConfirmType.field return 773 end |