Class: Quickfix::ApplTotalMessageCount

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



4748
4749
4750
# File 'lib/quickfix_fields.rb', line 4748

def ApplTotalMessageCount.field
  return 1349
end