Class: Quickfix::InstrumentScopeCFICode

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

Returns a new instance of InstrumentScopeCFICode.



20780
20781
20782
20783
20784
20785
20786
# File 'lib/quickfix_fields.rb', line 20780

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

Class Method Details

.fieldObject



20777
20778
20779
# File 'lib/quickfix_fields.rb', line 20777

def InstrumentScopeCFICode.field
  return 1546
end