Class: Quickfix::SecurityReportID

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

Instance Method Summary collapse

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