Class: Quickfix::EncodedFirmAllocText

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedFirmAllocText



22522
22523
22524
22525
22526
22527
22528
# File 'lib/quickfix_fields.rb', line 22522

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