Class: Quickfix::CancellationRights

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



6636
6637
6638
6639
6640
6641
6642
# File 'lib/quickfix_fields.rb', line 6636

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

Class Method Details

.fieldObject



6633
6634
6635
# File 'lib/quickfix_fields.rb', line 6633

def CancellationRights.field
  return 480
end