Class: Quickfix::EntitlementPlatform

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EntitlementPlatform

Returns a new instance of EntitlementPlatform.



23328
23329
23330
23331
23332
23333
23334
# File 'lib/quickfix_fields.rb', line 23328

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