Class: Quickfix::OriginatingDeptID

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

Returns a new instance of OriginatingDeptID.



23939
23940
23941
23942
23943
23944
23945
# File 'lib/quickfix_fields.rb', line 23939

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

Class Method Details

.fieldObject



23936
23937
23938
# File 'lib/quickfix_fields.rb', line 23936

def OriginatingDeptID.field
  return 1725
end