Class: Quickfix::MassActionRejectReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MassActionRejectReason

Returns a new instance of MassActionRejectReason.



7403
7404
7405
7406
7407
7408
7409
# File 'lib/quickfix_fields.rb', line 7403

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

Class Method Details

.fieldObject



7400
7401
7402
# File 'lib/quickfix_fields.rb', line 7400

def MassActionRejectReason.field
	return 1376
end