Class: Quickfix::SecurityClassificationValue

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

Returns a new instance of SecurityClassificationValue.



21755
21756
21757
21758
21759
21760
21761
# File 'lib/quickfix_fields.rb', line 21755

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

Class Method Details

.fieldObject



21752
21753
21754
# File 'lib/quickfix_fields.rb', line 21752

def SecurityClassificationValue.field
  return 1584
end