The trait OfxParser\Entities\Inves...nsaction\Traits\InvTran requires some properties which are not provided by OfxParser\Entities\Inves...ransaction\SellSecurity: $FITID, $DTTRADE, $DTSETTLE, $MEMO
The trait OfxParser\Entities\Inves...ransaction\Traits\SecId requires some properties which are not provided by OfxParser\Entities\Inves...ransaction\SellSecurity: $UNIQUEID, $UNIQUEIDTYPE
The trait OfxParser\Entities\Inves...nsaction\Traits\Pricing requires some properties which are not provided by OfxParser\Entities\Inves...ransaction\SellSecurity: $UNITS, $UNITPRICE, $SUBACCTFUND, $TOTAL, $SUBACCTSEC
Loading history...
42
43
/**
44
* @var string
45
*/
46
public $nodeName = 'SELLOTHER';
47
48
/**
49
* Imports the OFX data for this node.
50
* @param SimpleXMLElement $node
51
* @return $this
52
*/
53
public function loadOfx(SimpleXMLElement $node)
54
{
55
// Transaction data is nested within <INVBUY> child node