Class: Quickfix::PaymentFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentFrequencyUnit

Returns a new instance of PaymentFrequencyUnit.



77811
77812
77813
77814
77815
77816
77817
# File 'lib/quickfix_fields.rb', line 77811

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