Class: Quickfix::ApplTotalMessageCount
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ApplTotalMessageCount
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
4751 4752 4753 4754 4755 4756 4757 |
# File 'lib/quickfix_fields.rb', line 4751 def initialize(data = nil) if( data == nil ) super(1349) else super(1349, data) end end |
Class Method Details
.field ⇒ Object
4748 4749 4750 |
# File 'lib/quickfix_fields.rb', line 4748 def ApplTotalMessageCount.field return 1349 end |