Class: Quickfix::SecurityListTypeSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListTypeSource

Returns a new instance of SecurityListTypeSource.



344
345
346
347
348
349
350
# File 'lib/quickfix_fields.rb', line 344

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

Class Method Details

.fieldObject



341
342
343
# File 'lib/quickfix_fields.rb', line 341

def SecurityListTypeSource.field
  return 1471
end