Class: Quickfix::TotNumTradeReports
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TotNumTradeReports
Returns a new instance of TotNumTradeReports.
16087 16088 16089 16090 16091 16092 16093 |
# File 'lib/quickfix_fields.rb', line 16087 def initialize(data = nil) if( data == nil ) super(748) else super(748, data) end end |
Class Method Details
.field ⇒ Object
16084 16085 16086 |
# File 'lib/quickfix_fields.rb', line 16084 def TotNumTradeReports.field return 748 end |