Class: Quickfix::ProvisionDateAdjusted

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionDateAdjusted

Returns a new instance of ProvisionDateAdjusted.



28541
28542
28543
28544
28545
28546
28547
# File 'lib/quickfix_fields.rb', line 28541

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