Class: Quickfix::ExecInstValue

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

Returns a new instance of ExecInstValue.



17348
17349
17350
17351
17352
17353
17354
# File 'lib/quickfix_fields.rb', line 17348

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

Class Method Details

.fieldObject



17345
17346
17347
# File 'lib/quickfix_fields.rb', line 17345

def ExecInstValue.field
	return 1308
end