Class: Quickfix::TotalNumSecurityTypes

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) ⇒ TotalNumSecurityTypes

Returns a new instance of TotalNumSecurityTypes.



7598
7599
7600
7601
7602
7603
7604
# File 'lib/quickfix_fields.rb', line 7598

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

Class Method Details

.fieldObject



7595
7596
7597
# File 'lib/quickfix_fields.rb', line 7595

def TotalNumSecurityTypes.field
  return 557
end