Class: Quickfix::UnderlyingComplexOptPayoutPercentage

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutPercentage

Returns a new instance of UnderlyingComplexOptPayoutPercentage.



52552
52553
52554
52555
52556
52557
52558
# File 'lib/quickfix_fields.rb', line 52552

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

Class Method Details

.fieldObject



52549
52550
52551
# File 'lib/quickfix_fields.rb', line 52549

def UnderlyingComplexOptPayoutPercentage.field
  return 2264
end