Class: Quickfix::PaymentAmountDeterminationMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentAmountDeterminationMethod

Returns a new instance of PaymentAmountDeterminationMethod.



68451
68452
68453
68454
68455
68456
68457
# File 'lib/quickfix_fields.rb', line 68451

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