Class: Quickfix::SecurityListType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityListType

Returns a new instance of SecurityListType.



2866
2867
2868
2869
2870
2871
2872
# File 'lib/quickfix_fields.rb', line 2866

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

Class Method Details

.fieldObject



2863
2864
2865
# File 'lib/quickfix_fields.rb', line 2863

def SecurityListType.field
	return 1470
end