Class: Quickfix::TotNoAccQuotes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoAccQuotes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoAccQuotes
constructor
A new instance of TotNoAccQuotes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoAccQuotes
Returns a new instance of TotNoAccQuotes.
15593 15594 15595 15596 15597 15598 15599 |
# File 'lib/quickfix_fields.rb', line 15593 def initialize(data = nil) if( data == nil ) super(1169) else super(1169, data) end end |
Class Method Details
.field ⇒ Object
15590 15591 15592 |
# File 'lib/quickfix_fields.rb', line 15590 def TotNoAccQuotes.field return 1169 end |