Class: Quickfix::TotNoSecurityTypes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoSecurityTypes

Returns a new instance of TotNoSecurityTypes.



16152
16153
16154
16155
16156
16157
16158
# File 'lib/quickfix_fields.rb', line 16152

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

Class Method Details

.fieldObject



16149
16150
16151
# File 'lib/quickfix_fields.rb', line 16149

def TotNoSecurityTypes.field
  return 557
end