Class: Quickfix::SecurityResponseID

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

Returns a new instance of SecurityResponseID.



4075
4076
4077
4078
4079
4080
4081
# File 'lib/quickfix_fields.rb', line 4075

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

Class Method Details

.fieldObject



4072
4073
4074
# File 'lib/quickfix_fields.rb', line 4072

def SecurityResponseID.field
  return 322
end