Class: Quickfix::TotNoCxldQuotes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoCxldQuotes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoCxldQuotes
constructor
A new instance of TotNoCxldQuotes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoCxldQuotes
Returns a new instance of TotNoCxldQuotes.
15580 15581 15582 15583 15584 15585 15586 |
# File 'lib/quickfix_fields.rb', line 15580 def initialize(data = nil) if( data == nil ) super(1168) else super(1168, data) end end |
Class Method Details
.field ⇒ Object
15577 15578 15579 |
# File 'lib/quickfix_fields.rb', line 15577 def TotNoCxldQuotes.field return 1168 end |