Class: Quickfix::PaymentDateOffsetPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentDateOffsetPeriod

Returns a new instance of PaymentDateOffsetPeriod.



44284
44285
44286
44287
44288
44289
44290
# File 'lib/quickfix_fields.rb', line 44284

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