Class: Quickfix::PaymentStreamOtherDayCount

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



77847
77848
77849
# File 'lib/quickfix_fields.rb', line 77847

def PaymentStreamOtherDayCount.field
	return 43106
end