Class: Quickfix::SecurityStatus

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

Returns a new instance of SecurityStatus.



13019
13020
13021
13022
13023
13024
13025
# File 'lib/quickfix_fields.rb', line 13019

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

Class Method Details

.fieldObject



13016
13017
13018
# File 'lib/quickfix_fields.rb', line 13016

def SecurityStatus.field
  return 965
end