Class: Quickfix::PaymentStreamResetDateBusinessDayConvention

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

Returns a new instance of PaymentStreamResetDateBusinessDayConvention.



37199
37200
37201
37202
37203
37204
37205
# File 'lib/quickfix_fields.rb', line 37199

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

Class Method Details

.fieldObject



37196
37197
37198
# File 'lib/quickfix_fields.rb', line 37196

def PaymentStreamResetDateBusinessDayConvention.field
	return 40762
end