Class: Quickfix::NoRiskInstrumentScopes

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



20624
20625
20626
20627
20628
20629
20630
# File 'lib/quickfix_fields.rb', line 20624

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

Class Method Details

.fieldObject



20621
20622
20623
# File 'lib/quickfix_fields.rb', line 20621

def NoRiskInstrumentScopes.field
  return 1534
end