Class: Quickfix::TotNoInstrumentReports
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoInstrumentReports
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoInstrumentReports
constructor
A new instance of TotNoInstrumentReports.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoInstrumentReports
62003 62004 62005 62006 62007 62008 62009 |
# File 'lib/quickfix_fields.rb', line 62003 def initialize(data = nil) if( data == nil ) super(2538) else super(2538, data) end end |
Class Method Details
.field ⇒ Object
62000 62001 62002 |
# File 'lib/quickfix_fields.rb', line 62000 def TotNoInstrumentReports.field return 2538 end |