Class: Quickfix::NoQuoteSets
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoQuoteSets
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoQuoteSets
constructor
A new instance of NoQuoteSets.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoQuoteSets
Returns a new instance of NoQuoteSets.
3737 3738 3739 3740 3741 3742 3743 |
# File 'lib/quickfix_fields.rb', line 3737 def initialize(data = nil) if( data == nil ) super(296) else super(296, data) end end |
Class Method Details
.field ⇒ Object
3734 3735 3736 |
# File 'lib/quickfix_fields.rb', line 3734 def NoQuoteSets.field return 296 end |