Class: Quickfix::TotalNumPosReports
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotalNumPosReports
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotalNumPosReports
constructor
A new instance of TotalNumPosReports.
Constructor Details
#initialize(data = nil) ⇒ TotalNumPosReports
Returns a new instance of TotalNumPosReports.
12135 12136 12137 12138 12139 12140 12141 |
# File 'lib/quickfix_fields.rb', line 12135 def initialize(data = nil) if( data == nil ) super(727) else super(727, data) end end |
Class Method Details
.field ⇒ Object
12132 12133 12134 |
# File 'lib/quickfix_fields.rb', line 12132 def TotalNumPosReports.field return 727 end |