Class: Quickfix::ExDestinationIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

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

Class Method Details

.fieldObject



15070
15071
15072
# File 'lib/quickfix_fields.rb', line 15070

def ExDestinationIDSource.field
	return 1133
end