Class: Quickfix::PaymentStreamFormulaReferenceAmount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFormulaReferenceAmount

Returns a new instance of PaymentStreamFormulaReferenceAmount.



69608
69609
69610
69611
69612
69613
69614
# File 'lib/quickfix_fields.rb', line 69608

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