Class: Quickfix::RegulatoryTradeIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RegulatoryTradeIDSource

Returns a new instance of RegulatoryTradeIDSource.



25096
25097
25098
25099
25100
25101
25102
# File 'lib/quickfix_fields.rb', line 25096

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

Class Method Details

.fieldObject



25093
25094
25095
# File 'lib/quickfix_fields.rb', line 25093

def RegulatoryTradeIDSource.field
	return 1905
end