Class: Quickfix::TotalNumSecurities

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotalNumSecurities



4894
4895
4896
4897
4898
4899
4900
# File 'lib/quickfix_fields.rb', line 4894

def initialize(data = nil)
  if( data == nil )
    super(393)
  else
    super(393, data)
  end
end