Class: Quickfix::UnderlyingPaymentStreamTotalFixedAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamTotalFixedAmount



55048
55049
55050
55051
55052
55053
55054
# File 'lib/quickfix_fields.rb', line 55048

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