Class: Quickfix::DistribPaymentMethod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DistribPaymentMethod

Returns a new instance of DistribPaymentMethod.



6597
6598
6599
6600
6601
6602
6603
# File 'lib/quickfix_fields.rb', line 6597

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