Class: Quickfix::UnderlyingProvisionBreakFeeRate

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

Returns a new instance of UnderlyingProvisionBreakFeeRate.



73976
73977
73978
73979
73980
73981
73982
# File 'lib/quickfix_fields.rb', line 73976

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

Class Method Details

.fieldObject



73973
73974
73975
# File 'lib/quickfix_fields.rb', line 73973

def UnderlyingProvisionBreakFeeRate.field
  return 43003
end