Class: Quickfix::PaymentStreamPaymentDateRelativeTo

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

Returns a new instance of PaymentStreamPaymentDateRelativeTo.



37147
37148
37149
37150
37151
37152
37153
# File 'lib/quickfix_fields.rb', line 37147

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

Class Method Details

.fieldObject



37144
37145
37146
# File 'lib/quickfix_fields.rb', line 37144

def PaymentStreamPaymentDateRelativeTo.field
	return 40758
end