Class: Quickfix::NotAffectedOrderID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NotAffectedOrderID

Returns a new instance of NotAffectedOrderID.



11433
11434
11435
11436
11437
11438
11439
# File 'lib/quickfix_fields.rb', line 11433

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

Class Method Details

.fieldObject



11430
11431
11432
# File 'lib/quickfix_fields.rb', line 11430

def NotAffectedOrderID.field
	return 1371
end