Class: Quickfix::SecondaryExecID

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

Returns a new instance of SecondaryExecID.



7234
7235
7236
7237
7238
7239
7240
# File 'lib/quickfix_fields.rb', line 7234

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

Class Method Details

.fieldObject



7231
7232
7233
# File 'lib/quickfix_fields.rb', line 7231

def SecondaryExecID.field
	return 527
end