Class: Quickfix::PaymentStreamOtherDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamOtherDayCount

Returns a new instance of PaymentStreamOtherDayCount.



77850
77851
77852
77853
77854
77855
77856
# File 'lib/quickfix_fields.rb', line 77850

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