Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionAmount

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

Returns a new instance of 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

Class Method Details

.fieldObject



55006
55007
55008
# File 'lib/quickfix_fields.rb', line 55006

def UnderlyingPaymentStreamMaximumTransactionAmount.field
  return 41902
end