Class: Quickfix::NoMarketDisruptionFallbackReferencePrices

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

Returns a new instance of NoMarketDisruptionFallbackReferencePrices.



43465
43466
43467
43468
43469
43470
43471
# File 'lib/quickfix_fields.rb', line 43465

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

Class Method Details

.fieldObject



43462
43463
43464
# File 'lib/quickfix_fields.rb', line 43462

def NoMarketDisruptionFallbackReferencePrices.field
  return 41096
end