Class: Quickfix::EntitlementEndDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EntitlementEndDate

Returns a new instance of EntitlementEndDate.



23315
23316
23317
23318
23319
23320
23321
# File 'lib/quickfix_fields.rb', line 23315

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