Class: Quickfix::TotNumTradeReports
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNumTradeReports
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNumTradeReports
constructor
A new instance of TotNumTradeReports.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNumTradeReports
Returns a new instance of TotNumTradeReports.
10237 10238 10239 10240 10241 10242 10243 |
# File 'lib/quickfix_fields.rb', line 10237 def initialize(data = nil) if( data == nil ) super(748) else super(748, data) end end |
Class Method Details
.field ⇒ Object
10234 10235 10236 |
# File 'lib/quickfix_fields.rb', line 10234 def TotNumTradeReports.field return 748 end |