Class: Quickfix::LegalConfirm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegalConfirm

Returns a new instance of LegalConfirm.



17478
17479
17480
17481
17482
17483
17484
# File 'lib/quickfix_fields.rb', line 17478

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

Class Method Details

.fieldObject



17475
17476
17477
# File 'lib/quickfix_fields.rb', line 17475

def LegalConfirm.field
  return 650
end