Class: Quickfix::ConfirmRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ConfirmRefID

Returns a new instance of ConfirmRefID.



10549
10550
10551
10552
10553
10554
10555
# File 'lib/quickfix_fields.rb', line 10549

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

Class Method Details

.fieldObject



10546
10547
10548
# File 'lib/quickfix_fields.rb', line 10546

def ConfirmRefID.field
  return 772
end