Class: Quickfix::PaymentStreamPaymentDateBusinessDayConvention

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

Returns a new instance of PaymentStreamPaymentDateBusinessDayConvention.



37056
37057
37058
37059
37060
37061
37062
# File 'lib/quickfix_fields.rb', line 37056

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

Class Method Details

.fieldObject



37053
37054
37055
# File 'lib/quickfix_fields.rb', line 37053

def PaymentStreamPaymentDateBusinessDayConvention.field
	return 40751
end