Class: Quickfix::TotNoSecurityTypes

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

Returns a new instance of TotNoSecurityTypes.



9067
9068
9069
9070
9071
9072
9073
# File 'lib/quickfix_fields.rb', line 9067

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

Class Method Details

.fieldObject



9064
9065
9066
# File 'lib/quickfix_fields.rb', line 9064

def TotNoSecurityTypes.field
  return 557
end