Class: Quickfix::NotAffectedOrderID

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

Returns a new instance of NotAffectedOrderID.



18206
18207
18208
18209
18210
18211
18212
# File 'lib/quickfix_fields.rb', line 18206

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

Class Method Details

.fieldObject



18203
18204
18205
# File 'lib/quickfix_fields.rb', line 18203

def NotAffectedOrderID.field
	return 1371
end