Class: Quickfix::ApplTotalMessageCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplTotalMessageCount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplTotalMessageCount
constructor
A new instance of ApplTotalMessageCount.
Constructor Details
#initialize(data = nil) ⇒ ApplTotalMessageCount
Returns a new instance of ApplTotalMessageCount.
18505 18506 18507 18508 18509 18510 18511 |
# File 'lib/quickfix_fields.rb', line 18505 def initialize(data = nil) if( data == nil ) super(1349) else super(1349, data) end end |