Class: Quickfix::MassCancelRequestType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MassCancelRequestType

Returns a new instance of MassCancelRequestType.



7273
7274
7275
7276
7277
7278
7279
# File 'lib/quickfix_fields.rb', line 7273

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

Class Method Details

.fieldObject



7270
7271
7272
# File 'lib/quickfix_fields.rb', line 7270

def MassCancelRequestType.field
	return 530
end