Class: Quickfix::SecurityReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityReportID

Returns a new instance of SecurityReportID.



12109
12110
12111
12112
12113
12114
12115
# File 'lib/quickfix_fields.rb', line 12109

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

Class Method Details

.fieldObject



12106
12107
12108
# File 'lib/quickfix_fields.rb', line 12106

def SecurityReportID.field
  return 964
end