Class: Quickfix::TotalNumSecurities

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TotalNumSecurities

Returns a new instance of 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

Class Method Details

.fieldObject



4891
4892
4893
# File 'lib/quickfix_fields.rb', line 4891

def TotalNumSecurities.field
  return 393
end