Home
last modified time | relevance | path

Searched refs:Price (Results 1 – 25 of 3653) sorted by relevance

12345678910>>...147

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DPriceData.cpp33 Price::LoadAll (aSecurity, aVector); in PriceData()
79 Price* p = (Price*) aVector->Get (row); in choice()
84 if (p->aType == Price::SPLIT) in choice()
133 Price* p1 = new Price ("", Price::PRICE, -1, -1, -1, -1, -1); in insert()
134 Price* p2 = (Price*) aVector->Search (p1, MHVector::FIND_EXACT, Price::SORT_DATE_TYPE, 0); in insert()
159 Price* p = (Price*) (*aVector)[f]; in save()
163 case Price::PRICE: in save()
175 case Price::SPLIT: in save()
214 Price* s = (Price*) (*aVector)[row]; in value()
228 Price::TYPE type; in value()
[all …]
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/db/
H A DPrice.cpp19 Price& Price::operator=(const Price& x) { in operator =()
22 IsChanged (((Price&)x).IsChanged()); in operator =()
40 sprintf (c, "%s%c", ((Price*)o)->aDate, ((Price*)o)->aType); in Compare()
51 Price* i; in Export()
55 i = (Price*) (*ve)[f]; in Export()
109 Price* p; in load()
110 Price* s; in load()
115 p = (Price*) (*ve)[f]; in load()
126 ve->SetSortType (Price::SORT_DATE); in load()
139 Price* i; in Save()
[all …]
H A DPrice.h22 class Price : public MHPrice {
36 Price () : MHPrice() {aType = PRICE;} in Price() function
37Price (const char* date, TYPE type, double high, double low, double close, double open, double vol… in Price() function
38Price (const char* date, TYPE type, double num) : MHPrice (date, num) {aType = type;} in Price() function
39Price (const char* date, double num) : MHPrice (date, num) {aType = PRICE;} in Price() function
41 Price& operator=(const Price& o);
45 static void Load (Security* sec, MHVector* ve) {Price::load (false, sec, ve, 0);} in Load()
46 …static void Load (Security* sec, MHVector* ve, MHVector* ve2) {Price::load (false, sec… in Load()
47 static void LoadAll (Security* sec, MHVector* ve) {Price::load (true, sec, ve, 0);} in LoadAll()
H A DImport.cpp73 if (aSecurity) Price::Save (aSecurity, &aPrices); in cleanup()
315 Price::LoadAll (security, &aPrices); in importPrice()
320Price* p1 = new Price (CHAR(2), (Price::TYPE)INT(3), DOUBLE(4),DOUBLE(5), DOUBLE(6), DOUBLE(7), DO… in importPrice()
321 Price* p2 = (Price*) aPrices.Find (p1, MHVector::FIND_EXACT, Price::SORT_DATE_TYPE, 0); in importPrice()
331 if (p1->aType == Price::PRICE) { in importPrice()
332 Price erase (p1->aDate, Price::CLOSED, 0.0); in importPrice()
333 … p2 = (Price*) aPrices.Find (&erase, MHVector::FIND_EXACT, Price::SORT_DATE_TYPE, 0); in importPrice()
335 else if (p1->aType == Price::CLOSED) { in importPrice()
336 Price erase (p1->aDate, Price::PRICE, 0.0); in importPrice()
337 … p2 = (Price*) aPrices.Find (&erase, MHVector::FIND_EXACT, Price::SORT_DATE_TYPE, 0); in importPrice()
[all …]
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/tests/
H A Dhooks_test.go17 Price float64 member
111 p.Price = 200
217 Price int64 member
224 newProduft.Price *= 2
267 result.Price *= 2
275 if result2.Price != 500 {
293 if result4.Price != 600 {
302 Price int64 member
317 s.Price += 20
396 if product2.Price != 0 {
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/m4/
H A DChangeLog1 2005-09-26 Derek Price <derek@ximbiot.com>
7 2005-09-25 Derek Price <derek@ximbiot.com>
11 2005-09-19 Derek Price <derek@ximbiot.com>
17 2005-09-15 Derek Price <derek@ximbiot.com>
21 2005-09-09 Derek Price <derek@ximbiot.com>
25 2005-09-06 Derek Price <derek@ximbiot.com>
31 2005-09-05 Derek Price <derek@ximbiot.com>
36 2005-09-04 Derek Price <derek@ximbiot.com>
57 2005-08-12 Derek Price <derek@ximbiot.com>
66 2005-07-15 Derek Price <derek@ximbiot.com>
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/google.golang.org/genproto/go-genproto-082222b4a5c5/googleapis/ads/googleads/v0/common/
H A Dfeed_common.pb.go23 type Price struct { struct
33 func (m *Price) Reset() { *m = Price{} } argument
34 func (m *Price) String() string { return proto.CompactTextString(m) } argument
35 func (*Price) ProtoMessage() {} argument
36 func (*Price) Descriptor() ([]byte, []int) { argument
39 func (m *Price) XXX_Unmarshal(b []byte) error { argument
45 func (dst *Price) XXX_Merge(src proto.Message) { argument
48 func (m *Price) XXX_Size() int { argument
51 func (m *Price) XXX_DiscardUnknown() {
57 func (m *Price) GetCurrencyCode() *wrappers.StringValue {
[all …]
/dports/games/ivan/ivan-059/Main/Source/
H A Drooms.cpp54 if(Price) in PickupItem()
56 Price = Amount * (Price * 100 in PickupItem()
62 Price = (Price >> 2) + 1; in PickupItem()
64 Price <<= 2; in PickupItem()
66 Price = 0; in PickupItem()
70 Price *= 4; in PickupItem()
78 if(Price) in PickupItem()
101 if(!Price) in PickupItem()
179 float NewPrice = (float)Price * (100000 / (1000 + (float)Price)) / 100; in DropItem()
180 Price = int(NewPrice); in DropItem()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/tools/
H A DChangeLog5 2005-01-31 Derek Price <derek@ximbiot.com>
22 2003-06-11 Derek Price <derek@ximbiot.com>
26 2003-05-21 Derek Price <derek@ximbiot.com>
30 2003-05-20 Derek Price <derek@ximbiot.com>
34 2003-05-09 Derek Price <derek@ximbiot.com>
38 2003-04-30 Derek Price <derek@ximbiot.com>
46 2003-03-24 Derek Price <derek@ximbiot.com>
56 2003-03-19 Derek Price <derek@ximbiot.com>
60 2003-02-25 Derek Price <derek@ximbiot.com>
72 2002-04-30 Derek Price <oberon@umich.edu>
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hetznercloud/hcloud-go/hcloud/
H A Dpricing.go24 type Price struct { struct
33 PerGBMonth Price
38 Monthly Price
51 Monthly Price
56 PerTB Price
61 PerGBMonthly Price
79 Hourly Price
80 Monthly Price
93 Hourly Price
94 Monthly Price
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/
H A Dpricing.go18 type Price struct { struct
25 PricePerGBMonth Price `json:"price_per_gb_month"`
30 PriceMonthly Price `json:"price_monthly"`
43 PriceMonthly Price `json:"price_monthly"`
48 PricePerTB Price `json:"price_per_tb"`
53 PricePerGBPerMonth Price `json:"price_per_gb_month"`
72 PriceHourly Price `json:"price_hourly"`
73 PriceMonthly Price `json:"price_monthly"`
87 PriceHourly Price `json:"price_hourly"`
88 PriceMonthly Price `json:"price_monthly"`
/dports/finance/weberp/webERP/includes/
H A DDefineOfferClass.php44 $Price, argument
55 $Price,
90 '".$LineItems->Price."',
112 price='".$LineItem->Price."',
168 $Price, argument
172 $this->LineItems[$LineNo]->Price = $Price;
196 var $Price; variable in LineDetails
206 $Price, argument
216 $this->Price = $Price;
226 $Price, argument
[all …]
H A DDefineSpecialOrderClass.php42 function add_to_order($LineNo, $Qty, $ItemDescr, $Price, $Cost, $StkCat, $ReqDelDate){ argument
44 …$this->LineItems[$LineNo] = new LineDetails($LineNo, $Qty, $ItemDescr, $Price, $Cost, $StkCat, $Re…
59 $TotalValue += ($OrderedItems->Price)*($OrderedItems->Quantity);
71 var $Price; variable in LineDetails
77 function __construct ($LineNo, $Qty, $ItemDescr, $Price, $Cost, $StkCat, $ReqDelDate){ argument
84 $this->Price = $Price;
89 function LineDetails ($LineNo, $Qty, $ItemDescr, $Price, $Cost, $StkCat, $ReqDelDate){ argument
90 self::__construct($LineNo, $Qty, $ItemDescr, $Price, $Cost, $StkCat, $ReqDelDate);
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/hetznercloud/hcloud-go/hcloud/schema/
H A Dpricing.go17 type Price struct { struct
24 PricePerGBMonth Price `json:"price_per_gb_month"`
29 PriceMonthly Price `json:"price_monthly"`
34 PricePerTB Price `json:"price_per_tb"`
39 PricePerGBPerMonth Price `json:"price_per_gb_month"`
58 PriceHourly Price `json:"price_hourly"`
59 PriceMonthly Price `json:"price_monthly"`
73 PriceHourly Price `json:"price_hourly"`
74 PriceMonthly Price `json:"price_monthly"`
/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/price/
H A Dclient.go24 func New(params *stripe.PriceParams) (*stripe.Price, error) {
29 func (c Client) New(params *stripe.PriceParams) (*stripe.Price, error) {
30 price := &stripe.Price{}
36 func Get(id string, params *stripe.PriceParams) (*stripe.Price, error) {
41 func (c Client) Get(id string, params *stripe.PriceParams) (*stripe.Price, error) {
43 price := &stripe.Price{}
49 func Update(id string, params *stripe.PriceParams) (*stripe.Price, error) {
54 func (c Client) Update(id string, params *stripe.PriceParams) (*stripe.Price, error) {
56 price := &stripe.Price{}
87 func (i *Iter) Price() *stripe.Price { func
[all …]
/dports/sysutils/hcloud/cli-1.21.0/vendor/github.com/hetznercloud/hcloud-go/hcloud/
H A Dpricing.go23 type Price struct { struct
32 PerGBMonth Price
37 Monthly Price
42 PerTB Price
47 PerGBMonthly Price
65 Hourly Price
66 Monthly Price
79 Hourly Price
80 Monthly Price
/dports/finance/py-ta-lib/ta-lib-TA_Lib-0.4.17/docs/func_groups/
H A Dprice_transform.md1 # Price Transform Functions
2 ### AVGPRICE - Average Price
7 Learn more about the Average Price at [tadoc.org](http://www.tadoc.org/indicator/AVGPRICE.htm).
8 ### MEDPRICE - Median Price
13 Learn more about the Median Price at [tadoc.org](http://www.tadoc.org/indicator/MEDPRICE.htm).
14 ### TYPPRICE - Typical Price
19 Learn more about the Typical Price at [tadoc.org](http://www.tadoc.org/indicator/TYPPRICE.htm).
20 ### WCLPRICE - Weighted Close Price
25 Learn more about the Weighted Close Price at [tadoc.org](http://www.tadoc.org/indicator/WCLPRICE.ht…
/dports/devel/cvs-devel/cvs-1.12.13/lib/
H A DChangeLog1 2005-09-29 Derek Price <derek@ximbiot.com>
25 2005-09-20 Derek Price <derek@ximbiot.com>
29 2005-09-20 Derek Price <derek@ximbiot.com>
35 2005-09-19 Derek Price <derek@ximbiot.com>
53 2005-09-15 Derek Price <derek@ximbiot.com>
63 2005-09-13 Derek Price <derek@ximbiot.com>
67 2005-09-12 Derek Price <derek@ximbiot.com>
78 2005-09-09 Derek Price <derek@ximbiot.com>
84 2005-09-08 Derek Price <derek@ximbiot.com>
89 2005-09-06 Derek Price <derek@ximbiot.com>
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/vms/
H A DChangeLog1 2005-09-04 Derek Price <derek@ximbiot.com>
5 2005-04-08 Derek Price <derek@ximbiot.com>
9 2005-04-07 Derek Price <derek@ximbiot.com>
13 2005-04-06 Derek Price <derek@ximbiot.com>
21 2005-03-16 Derek Price <derek@ximbiot.com>
25 2005-03-01 Derek Price <derek@ximbiot.com>
29 2005-02-21 Derek Price <derek@ximbiot.com>
33 2005-02-08 Derek Price <derek@ximbiot.com>
47 2005-01-31 Derek Price <derek@ximbiot.com>
52 2005-01-31 Derek Price <derek@ximbiot.com>
[all …]
/dports/finance/weberp/webERP/
H A DSuppCreditGRNs.php217 $Price = $myrow['actprice']; variable
219 $Price = $myrow['unitprice']; variable
225 if ($Price > 1) {
226 … $DisplayPrice = locale_number_format($Price,$_SESSION['SuppTrans']->CurrDecimalPlaces);
228 $DisplayPrice = locale_number_format($Price,4);
241 …<td class="number">' . locale_number_format($Price*($myrow['qtyrecd'] - $myrow['quantityinv']),$_S…
293 $Price = $myrow['actprice']; variable
295 $Price = $myrow['unitprice']; variable
300 if ($Price > 1) {
301 $DisplayPrice = locale_number_format($Price,$_SESSION['SuppTrans']->CurrDecimalPlaces);
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/
H A DChangeLog1 2005-10-03 Derek Price <derek@ximbiot.com>
5 2005-09-30 Derek Price <derek@ximbiot.com>
9 2005-09-28 Derek Price <derek@ximbiot.com>
13 2005-09-26 Derek Price <derek@ximbiot.com>
25 2005-09-24 Derek Price <derek@ximbiot.com>
29 2005-09-22 Derek Price <derek@ximbiot.com>
39 2005-09-19 Derek Price <derek@ximbiot.com>
44 2005-09-13 Derek Price <derek@ximbiot.com>
48 2005-09-06 Derek Price <derek@ximbiot.com>
55 2005-09-05 Derek Price <derek@ximbiot.com>
[all …]
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dcallablebonds.cpp118 Bond::Price(100.0, Bond::Price::Clean), in testInterplay()
123 Bond::Price(1000.0, Bond::Price::Clean), in testInterplay()
148 Bond::Price(100.0, Bond::Price::Clean), in testInterplay()
173 Bond::Price(100.0, Bond::Price::Clean), in testInterplay()
178 Bond::Price(10.0, Bond::Price::Clean), in testInterplay()
203 Bond::Price(100.0, Bond::Price::Clean), in testInterplay()
252 Bond::Price(110.0, Bond::Price::Clean), in testConsistency()
260 Bond::Price(90.0, Bond::Price::Clean), in testConsistency()
329 Bond::Price(110.0, Bond::Price::Clean), in testObservability()
335 Bond::Price(90.0, Bond::Price::Clean), in testObservability()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/windows-NT/
H A DChangeLog17 2005-09-26 Derek Price <derek@ximbiot.com>
21 2005-09-25 Derek Price <derek@ximbiot.com>
85 2005-09-20 Derek Price <derek@ximbiot.com>
105 2005-09-19 Derek Price <derek@ximbiot.com>
113 2005-09-04 Derek Price <derek@ximbiot.com>
117 2005-09-01 Derek Price <derek@ximbiot.com>
121 2005-08-12 Derek Price <derek@ximbiot.com>
131 2005-07-12 Derek Price <derek@ximbiot.com>
135 2005-07-12 Derek Price <derek@ximbiot.com>
139 2005-07-11 Derek Price <derek@ximbiot.com>
[all …]
/dports/math/octave-forge-financial/financial-0.5.3/inst/
H A Dblsimpv.m26 ## Variable: @var{Price} The current price of the underlying asset.
34 ## Variable: @var{Value} Price of the European option from which the
57 function Volatility = blsimpv (Price, Strike, Rate, Time, Value, ...
69 res_size_col = max ([columns(Price) columns(Strike) columns(Rate) ...
75 Price = resize_scalar (res_size, Price, "PRICE"); variable
151 function [C, v] = blscall (Price, Strike, Rate, Time, x, Yield)
152 C = blsprice (Price, Strike, Rate, Time, x, Yield);
153 v = blsvega (Price, Strike, Rate, Time, x, Yield);
156 function [P, v] = blsput (Price, Strike, Rate, Time, x, Yield)
157 [~, P] = blsprice (Price, Strike, Rate, Time, x, Yield);
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/termstructures/yield/
H A Dbondhelpers.hpp50 Bond::Price::Type priceType = Bond::Price::Clean);
74 Bond::Price::Type priceType() const;
83 Bond::Price::Type priceType_;
104 Bond::Price::Type priceType = Bond::Price::Clean);
160 Bond::Price::Type priceType = Bond::Price::Clean);
205 return priceType_ == Bond::Price::Clean; in useCleanPrice()
208 inline Bond::Price::Type BondHelper::priceType() const { in priceType()

12345678910>>...147