Class: Quickfix::ConfirmReqID

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

Returns a new instance of ConfirmReqID.



11641
11642
11643
11644
11645
11646
11647
# File 'lib/quickfix_fields.rb', line 11641

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

Class Method Details

.fieldObject



11638
11639
11640
# File 'lib/quickfix_fields.rb', line 11638

def ConfirmReqID.field
  return 859
end