Class: Quickfix::UnderlyingProvisionBreakFeeRate

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

Instance Method Summary collapse

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