Class: Quickfix::LegMarketDisruptionMinimumFuturesContracts

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

Returns a new instance of LegMarketDisruptionMinimumFuturesContracts.



48847
48848
48849
48850
48851
48852
48853
# File 'lib/quickfix_fields.rb', line 48847

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

Class Method Details

.fieldObject



48844
48845
48846
# File 'lib/quickfix_fields.rb', line 48844

def LegMarketDisruptionMinimumFuturesContracts.field
  return 41466
end