Class: Quickfix::SecurityReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SecurityReqID

Returns a new instance of SecurityReqID.



4049
4050
4051
4052
4053
4054
4055
# File 'lib/quickfix_fields.rb', line 4049

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

Class Method Details

.fieldObject



4046
4047
4048
# File 'lib/quickfix_fields.rb', line 4046

def SecurityReqID.field
  return 320
end