Class: Quickfix::InstrumentScopeProduct

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

Returns a new instance of InstrumentScopeProduct.



20741
20742
20743
20744
20745
20746
20747
# File 'lib/quickfix_fields.rb', line 20741

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

Class Method Details

.fieldObject



20738
20739
20740
# File 'lib/quickfix_fields.rb', line 20738

def InstrumentScopeProduct.field
  return 1543
end