Class: Quickfix::LegPaymentStreamDayCount

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) ⇒ LegPaymentStreamDayCount

Returns a new instance of LegPaymentStreamDayCount.



30972
30973
30974
30975
30976
30977
30978
# File 'lib/quickfix_fields.rb', line 30972

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

Class Method Details

.fieldObject



30969
30970
30971
# File 'lib/quickfix_fields.rb', line 30969

def LegPaymentStreamDayCount.field
	return 40283
end