Class: Quickfix::SideExecRefID

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

Returns a new instance of SideExecRefID.



24862
24863
24864
24865
24866
24867
24868
# File 'lib/quickfix_fields.rb', line 24862

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

Class Method Details

.fieldObject



24859
24860
24861
# File 'lib/quickfix_fields.rb', line 24859

def SideExecRefID.field
	return 1900
end