Class: Quickfix::InstrumentScopeSeniority

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

Returns a new instance of InstrumentScopeSeniority.



20858
20859
20860
20861
20862
20863
20864
# File 'lib/quickfix_fields.rb', line 20858

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

Class Method Details

.fieldObject



20855
20856
20857
# File 'lib/quickfix_fields.rb', line 20855

def InstrumentScopeSeniority.field
  return 1552
end