Class: Quickfix::UnderlyingCashSettlPriceDefault

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

Returns a new instance of UnderlyingCashSettlPriceDefault.



71051
71052
71053
71054
71055
71056
71057
# File 'lib/quickfix_fields.rb', line 71051

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

Class Method Details

.fieldObject



71048
71049
71050
# File 'lib/quickfix_fields.rb', line 71048

def UnderlyingCashSettlPriceDefault.field
  return 42798
end