Class: Quickfix::ConfirmReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ConfirmReqID

Returns a new instance of ConfirmReqID.



7949
7950
7951
7952
7953
7954
7955
# File 'lib/quickfix_fields.rb', line 7949

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

Class Method Details

.fieldObject



7946
7947
7948
# File 'lib/quickfix_fields.rb', line 7946

def ConfirmReqID.field
  return 859
end