Class: Quickfix::NoUnderlyingMarketDisruptionFallbackReferencePrices

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

Returns a new instance of NoUnderlyingMarketDisruptionFallbackReferencePrices.



54567
54568
54569
54570
54571
54572
54573
# File 'lib/quickfix_fields.rb', line 54567

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

Class Method Details

.fieldObject



54564
54565
54566
# File 'lib/quickfix_fields.rb', line 54564

def NoUnderlyingMarketDisruptionFallbackReferencePrices.field
  return 41868
end