Class: Quickfix::ConfirmTransType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ConfirmTransType
- Defined in:
- lib/quickfix_fields.rb
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.
9184 9185 9186 9187 9188 9189 9190 |
# File 'lib/quickfix_fields.rb', line 9184 def initialize(data = nil) if( data == nil ) super(666) else super(666, data) end end |