Class: Quickfix::InstrumentScopeEncodedSecurityDescLen

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ InstrumentScopeEncodedSecurityDescLen

Returns a new instance of InstrumentScopeEncodedSecurityDescLen.



21170
21171
21172
21173
21174
21175
21176
# File 'lib/quickfix_fields.rb', line 21170

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

Class Method Details

.fieldObject



21167
21168
21169
# File 'lib/quickfix_fields.rb', line 21167

def InstrumentScopeEncodedSecurityDescLen.field
  return 1620
end