Class: Quickfix::ConfirmTransType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ConfirmTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ConfirmTransType
constructor
A new instance of ConfirmTransType.
Constructor Details
#initialize(data = nil) ⇒ ConfirmTransType
Returns a new instance of ConfirmTransType.
14748 14749 14750 14751 14752 14753 14754 |
# File 'lib/quickfix_fields.rb', line 14748 def initialize(data = nil) if( data == nil ) super(666) else super(666, data) end end |
Class Method Details
.field ⇒ Object
14745 14746 14747 |
# File 'lib/quickfix_fields.rb', line 14745 def ConfirmTransType.field return 666 end |