Class: Quickfix::PaymentDateRelativeTo

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentDateRelativeTo

Returns a new instance of PaymentDateRelativeTo.



44271
44272
44273
44274
44275
44276
44277
# File 'lib/quickfix_fields.rb', line 44271

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