Class: Quickfix::ConfirmID

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) ⇒ ConfirmID

Returns a new instance of ConfirmID.



9158
9159
9160
9161
9162
9163
9164
# File 'lib/quickfix_fields.rb', line 9158

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

Class Method Details

.fieldObject



9155
9156
9157
# File 'lib/quickfix_fields.rb', line 9155

def ConfirmID.field
  return 664
end