Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + type NoPosAmt struct + PosAmt *float64 + PosAmtType *string + func NewNoPosAmt() *NoPosAmt + func (m *NoPosAmt) SetPosAmt(v float64) + func (m *NoPosAmt) SetPosAmtType(v string) + type PositionAmountData struct + NoPosAmt []NoPosAmt + func New() *PositionAmountData + func (m *PositionAmountData) SetNoPosAmt(v []NoPosAmt)