Class: Quickfix::PaymentBusinessDayConvention

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

Returns a new instance of PaymentBusinessDayConvention.



30166
30167
30168
30169
30170
30171
30172
# File 'lib/quickfix_fields.rb', line 30166

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

Class Method Details

.fieldObject



30163
30164
30165
# File 'lib/quickfix_fields.rb', line 30163

def PaymentBusinessDayConvention.field
	return 40220
end