Class: Quickfix::ConfirmRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ConfirmRefID

Returns a new instance of ConfirmRefID.



8625
8626
8627
8628
8629
8630
8631
# File 'lib/quickfix_fields.rb', line 8625

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

Class Method Details

.fieldObject



8622
8623
8624
# File 'lib/quickfix_fields.rb', line 8622

def ConfirmRefID.field
  return 772
end