Class: Quickfix::PaymentStreamFormulaReferenceAmount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



69605
69606
69607
# File 'lib/quickfix_fields.rb', line 69605

def PaymentStreamFormulaReferenceAmount.field
	return 42688
end