Wombat.MamaMsg.getVectorPrice C# (CSharp) Method

getVectorPrice() public method

Get a vector of prices.
public getVectorPrice ( Wombat.MamaFieldDescriptor descriptor ) : Wombat.MamaPrice[]
descriptor Wombat.MamaFieldDescriptor
return Wombat.MamaPrice[]
        public MamaPrice[] getVectorPrice(
			MamaFieldDescriptor descriptor)
        {
            return getVectorPrice (null, (ushort)descriptor.getFid());
        }

Same methods

MamaMsg::getVectorPrice ( Wombat.MamaFieldDescriptor descriptor, Wombat.MamaPrice valueIfMissing ) : Wombat.MamaPrice[]
MamaMsg::getVectorPrice ( string name, ushort fid ) : Wombat.MamaPrice[]
MamaMsg::getVectorPrice ( string name, ushort fid, Wombat.MamaPrice valueIfMissing ) : Wombat.MamaPrice[]
MamaMsg