Class: Quickfix::EntitlementStartDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EntitlementStartDate

Returns a new instance of EntitlementStartDate.



23302
23303
23304
23305
23306
23307
23308
# File 'lib/quickfix_fields.rb', line 23302

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