Class: Quickfix::SecurityType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityType

Returns a new instance of SecurityType.



11914
11915
11916
11917
11918
11919
11920
# File 'lib/quickfix_fields.rb', line 11914

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

Class Method Details

.fieldObject



11911
11912
11913
# File 'lib/quickfix_fields.rb', line 11911

def SecurityType.field
  return 167
end