Class: Quickfix::InstrumentScopeSecurityDesc

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

Returns a new instance of InstrumentScopeSecurityDesc.



20910
20911
20912
20913
20914
20915
20916
# File 'lib/quickfix_fields.rb', line 20910

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

Class Method Details

.fieldObject



20907
20908
20909
# File 'lib/quickfix_fields.rb', line 20907

def InstrumentScopeSecurityDesc.field
  return 1556
end