Class: Quickfix::SideExecID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideExecID

Returns a new instance of SideExecID.



2138
2139
2140
2141
2142
2143
2144
# File 'lib/quickfix_fields.rb', line 2138

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

Class Method Details

.fieldObject



2135
2136
2137
# File 'lib/quickfix_fields.rb', line 2135

def SideExecID.field
	return 1427
end