Class: Quickfix::CancellationRights

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CancellationRights

Returns a new instance of CancellationRights.



5687
5688
5689
5690
5691
5692
5693
# File 'lib/quickfix_fields.rb', line 5687

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

Class Method Details

.fieldObject



5684
5685
5686
# File 'lib/quickfix_fields.rb', line 5684

def CancellationRights.field
	return 480
end