Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionAmount



55009
55010
55011
55012
55013
55014
55015
# File 'lib/quickfix_fields.rb', line 55009

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