Class: Quickfix::ReceivingDeptID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReceivingDeptID

Returns a new instance of ReceivingDeptID.



23952
23953
23954
23955
23956
23957
23958
# File 'lib/quickfix_fields.rb', line 23952

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