Class: Quickfix::ExDestinationIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExDestinationIDSource

Returns a new instance of ExDestinationIDSource.



15073
15074
15075
15076
15077
15078
15079
# File 'lib/quickfix_fields.rb', line 15073

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