Class: Quickfix::ConfirmType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ConfirmType

Returns a new instance of ConfirmType.



7468
7469
7470
7471
7472
7473
7474
# File 'lib/quickfix_fields.rb', line 7468

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

Class Method Details

.fieldObject



7465
7466
7467
# File 'lib/quickfix_fields.rb', line 7465

def ConfirmType.field
  return 773
end