Class: Quickfix::TotNoRejQuotes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoRejQuotes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoRejQuotes
constructor
A new instance of TotNoRejQuotes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoRejQuotes
Returns a new instance of TotNoRejQuotes.
15606 15607 15608 15609 15610 15611 15612 |
# File 'lib/quickfix_fields.rb', line 15606 def initialize(data = nil) if( data == nil ) super(1170) else super(1170, data) end end |
Class Method Details
.field ⇒ Object
15603 15604 15605 |
# File 'lib/quickfix_fields.rb', line 15603 def TotNoRejQuotes.field return 1170 end |