Class: Quickfix::LegalConfirm

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegalConfirm



8755
8756
8757
8758
8759
8760
8761
# File 'lib/quickfix_fields.rb', line 8755

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

Class Method Details

.fieldObject



8752
8753
8754
# File 'lib/quickfix_fields.rb', line 8752

def LegalConfirm.field
  return 650
end