Class: Quickfix::TotalNumPosReports
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotalNumPosReports
- Defined in:
- lib/quickfix_fields.rb
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.
9964 9965 9966 9967 9968 9969 9970 |
# File 'lib/quickfix_fields.rb', line 9964 def initialize(data = nil) if( data == nil ) super(727) else super(727, data) end end |