Class: Quickfix::QuoteCancelType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteCancelType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteCancelType
constructor
A new instance of QuoteCancelType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteCancelType
Returns a new instance of QuoteCancelType.
3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/quickfix_fields.rb', line 3763 def initialize(data = nil) if( data == nil ) super(298) else super(298, data) end end |
Class Method Details
.field ⇒ Object
3760 3761 3762 |
# File 'lib/quickfix_fields.rb', line 3760 def QuoteCancelType.field return 298 end |