Class: Quickfix::InstrumentScopeEncodedSecurityDesc

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

Returns a new instance of InstrumentScopeEncodedSecurityDesc.



21183
21184
21185
21186
21187
21188
21189
# File 'lib/quickfix_fields.rb', line 21183

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

Class Method Details

.fieldObject



21180
21181
21182
# File 'lib/quickfix_fields.rb', line 21180

def InstrumentScopeEncodedSecurityDesc.field
  return 1621
end