Class: Quickfix::SecurityReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SecurityReqID

Returns a new instance of SecurityReqID.



12148
12149
12150
12151
12152
12153
12154
# File 'lib/quickfix_fields.rb', line 12148

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

Class Method Details

.fieldObject



12145
12146
12147
# File 'lib/quickfix_fields.rb', line 12145

def SecurityReqID.field
  return 320
end