Class: Quickfix::ConfirmType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ConfirmType
Returns a new instance of ConfirmType.
10562 10563 10564 10565 10566 10567 10568 |
# File 'lib/quickfix_fields.rb', line 10562 def initialize(data = nil) if( data == nil ) super(773) else super(773, data) end end |
Class Method Details
.field ⇒ Object
10559 10560 10561 |
# File 'lib/quickfix_fields.rb', line 10559 def ConfirmType.field return 773 end |