Class: Quickfix::CouponOtherDayCount

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

Returns a new instance of CouponOtherDayCount.



78084
78085
78086
78087
78088
78089
78090
# File 'lib/quickfix_fields.rb', line 78084

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

Class Method Details

.fieldObject



78081
78082
78083
# File 'lib/quickfix_fields.rb', line 78081

def CouponOtherDayCount.field
	return 2879
end