Class: Quickfix::PaymentStreamResetDateRelativeTo

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

Returns a new instance of PaymentStreamResetDateRelativeTo.



37186
37187
37188
37189
37190
37191
37192
# File 'lib/quickfix_fields.rb', line 37186

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

Class Method Details

.fieldObject



37183
37184
37185
# File 'lib/quickfix_fields.rb', line 37183

def PaymentStreamResetDateRelativeTo.field
	return 40761
end