Class: Quickfix::SideRegulatoryTradeIDSource

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) ⇒ SideRegulatoryTradeIDSource

Returns a new instance of SideRegulatoryTradeIDSource.



25837
25838
25839
25840
25841
25842
25843
# File 'lib/quickfix_fields.rb', line 25837

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

Class Method Details

.fieldObject



25834
25835
25836
# File 'lib/quickfix_fields.rb', line 25834

def SideRegulatoryTradeIDSource.field
	return 1973
end