Class: Quickfix::SecurityReportID

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

Returns a new instance of SecurityReportID.



13006
13007
13008
13009
13010
13011
13012
# File 'lib/quickfix_fields.rb', line 13006

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

Class Method Details

.fieldObject



13003
13004
13005
# File 'lib/quickfix_fields.rb', line 13003

def SecurityReportID.field
	return 964
end