Skip to content

Commit 4fb825c

Browse files
committed
Features:
- FIX Agent Parent Request Order (1) - FIX Agent Request Type Shell (2, 3, 4) - FIX Agent Request Type New (5, 6) - FIX Agent Request Constructor #1 (7, 8, 9) - FIX Agent Request Constructor #2 (10, 11, 12) - FIX Agent Request Constructor #3 (13, 14, 15) - FIX Agent Request Constructor #4 (16, 17) - FIX Agent Request Constructor #1 (18, 19) - FIX Agent Request Constructor #2 (20, 21) - FIX Agent Request Constructor #3 (22, 23, 24) - FIX 4.2 Agent Response Shell (25, 26, 27) - Reponse Processing Start Time #1 (28, 29, 30) - Reponse Processing Start Time #2 (31, 32) - Reponse Processing Update Time #1 (33, 34) - Reponse Processing Update Time #2 (35, 36, 37) - Agent Reponse Message Type #1 (38, 39) - Agent Reponse Message Type #2 (40, 41, 42) - Agent Reponse Message Type Shell (43, 44, 45) - Agent Reponse Message Type EXECUTION (46, 47) - FIX Agent Response Order #1 (48, 49) - FIX Agent Response Order #2 (50, 51, 52) - Agent Response Request ID #1 (53, 54) - Agent Response Request ID #2 (55, 56, 57) - Agent Response Execution Type #1 (58, 59, 60) - Agent Response Execution Type #2 (61, 62) - Agent Response Execution Transaction Type #1 (63, 64, 65) - Agent Response Execution Transaction Type #2 (66, 67) - Agent Response Execution Type Shell (68, 69, 70) - Agent Response Execution Type REJECTED (71, 72) - Agent Response Execution Type NEW (73, 74) - Agent Response Execution Type PARTIAL FILL (75, 76) - Agent Response Execution Type FILL (77, 78) - Agent Response Execution Transaction Type Shell (79, 80, 81) - Agent Response Execution Transaction Type NEW (82, 83) - FIX Agent Response Comment #1 (84, 85) - FIX Agent Response Comment #2 (86, 87, 88) - FIX Agent Response Constructor #1 (89, 90) - FIX Agent Response Constructor #2 (91, 92, 93) - FIX Agent Response Constructor #3 (94, 95, 96) - FIX Agent Response Constructor #4 (97, 98, 99) - FIX Agent Response Constructor #5 (100, 101, 102) - OMS Exchange Venue Request Shell (103, 104, 105) - Venue Request Order ClOrdID #1 (106, 107, 108) - Venue Request Order ClOrdID #2 (109, 110) - Venue Request Order OrigClOrdID #1 (111, 112) - Venue Request Order OrigClOrdID #2 (113, 114, 115) - Venue Request Order Type #1 (116, 117) - Venue Request Order Type #2 (118, 119, 120) Bug Fixes/Re-organization: - FIX Agent Request Type Re-work (48) Samples: IdeaDRIP:
1 parent 575b227 commit 4fb825c

File tree

10,631 files changed

+35100
-27539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,631 files changed

+35100
-27539
lines changed

IdeaDRIP/TransactionCostAnalytics/TCA_v0.05

Lines changed: 73 additions & 69 deletions
Large diffs are not rendered by default.

Javadoc/allclasses-index.html

Lines changed: 4554 additions & 4493 deletions
Large diffs are not rendered by default.

Javadoc/allpackages-index.html

Lines changed: 347 additions & 341 deletions
Large diffs are not rendered by default.

Javadoc/constant-values.html

Lines changed: 245 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Sat Aug 09 11:36:01 EDT 2025 -->
5+
<!-- Generated by javadoc (15) on Sat Aug 16 12:19:15 EDT 2025 -->
66
<title>Constant Field Values</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2025-08-09">
8+
<meta name="dc.created" content="2025-08-16">
99
<meta name="description" content="summary of constants">
1010
<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
@@ -3460,6 +3460,249 @@ <h2 title="org.drip">org.drip.*</h2>
34603460
<li>
34613461
<div class="constants-summary">
34623462
<table class="summary-table">
3463+
<caption><span>org.drip.oms.fix4_2.<a href="org/drip/oms/fix4_2/AgentRequestType.html" title="class in org.drip.oms.fix4_2">AgentRequestType</a></span></caption>
3464+
<thead>
3465+
<tr>
3466+
<th class="col-first" scope="col">Modifier and Type</th>
3467+
<th class="col-second" scope="col">Constant Field</th>
3468+
<th class="col-last" scope="col">Value</th>
3469+
</tr>
3470+
</thead>
3471+
<tbody>
3472+
<tr class="alt-color">
3473+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentRequestType.NEW">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3474+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentRequestType.html#NEW">NEW</a></code></th>
3475+
<td class="col-last"><code>1</code></td>
3476+
</tr>
3477+
</tbody>
3478+
</table>
3479+
</div>
3480+
</li>
3481+
<li>
3482+
<div class="constants-summary">
3483+
<table class="summary-table">
3484+
<caption><span>org.drip.oms.fix4_2.<a href="org/drip/oms/fix4_2/AgentResponseExecutionTransactionType.html" title="class in org.drip.oms.fix4_2">AgentResponseExecutionTransactionType</a></span></caption>
3485+
<thead>
3486+
<tr>
3487+
<th class="col-first" scope="col">Modifier and Type</th>
3488+
<th class="col-second" scope="col">Constant Field</th>
3489+
<th class="col-last" scope="col">Value</th>
3490+
</tr>
3491+
</thead>
3492+
<tbody>
3493+
<tr class="alt-color">
3494+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentResponseExecutionTransactionType.NEW">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3495+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentResponseExecutionTransactionType.html#NEW">NEW</a></code></th>
3496+
<td class="col-last"><code>1</code></td>
3497+
</tr>
3498+
</tbody>
3499+
</table>
3500+
</div>
3501+
</li>
3502+
<li>
3503+
<div class="constants-summary">
3504+
<table class="summary-table">
3505+
<caption><span>org.drip.oms.fix4_2.<a href="org/drip/oms/fix4_2/AgentResponseExecutionType.html" title="class in org.drip.oms.fix4_2">AgentResponseExecutionType</a></span></caption>
3506+
<thead>
3507+
<tr>
3508+
<th class="col-first" scope="col">Modifier and Type</th>
3509+
<th class="col-second" scope="col">Constant Field</th>
3510+
<th class="col-last" scope="col">Value</th>
3511+
</tr>
3512+
</thead>
3513+
<tbody>
3514+
<tr class="alt-color">
3515+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentResponseExecutionType.FILL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3516+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentResponseExecutionType.html#FILL">FILL</a></code></th>
3517+
<td class="col-last"><code>4</code></td>
3518+
</tr>
3519+
<tr class="row-color">
3520+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentResponseExecutionType.NEW">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3521+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentResponseExecutionType.html#NEW">NEW</a></code></th>
3522+
<td class="col-last"><code>2</code></td>
3523+
</tr>
3524+
<tr class="alt-color">
3525+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentResponseExecutionType.PARTIAL_FILL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3526+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentResponseExecutionType.html#PARTIAL_FILL">PARTIAL_FILL</a></code></th>
3527+
<td class="col-last"><code>3</code></td>
3528+
</tr>
3529+
<tr class="row-color">
3530+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentResponseExecutionType.REJECTED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3531+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentResponseExecutionType.html#REJECTED">REJECTED</a></code></th>
3532+
<td class="col-last"><code>1</code></td>
3533+
</tr>
3534+
</tbody>
3535+
</table>
3536+
</div>
3537+
</li>
3538+
<li>
3539+
<div class="constants-summary">
3540+
<table class="summary-table">
3541+
<caption><span>org.drip.oms.fix4_2.<a href="org/drip/oms/fix4_2/AgentResponseMessageType.html" title="class in org.drip.oms.fix4_2">AgentResponseMessageType</a></span></caption>
3542+
<thead>
3543+
<tr>
3544+
<th class="col-first" scope="col">Modifier and Type</th>
3545+
<th class="col-second" scope="col">Constant Field</th>
3546+
<th class="col-last" scope="col">Value</th>
3547+
</tr>
3548+
</thead>
3549+
<tbody>
3550+
<tr class="alt-color">
3551+
<td class="col-first"><code id="org.drip.oms.fix4_2.AgentResponseMessageType.EXECUTION">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3552+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/AgentResponseMessageType.html#EXECUTION">EXECUTION</a></code></th>
3553+
<td class="col-last"><code>1</code></td>
3554+
</tr>
3555+
</tbody>
3556+
</table>
3557+
</div>
3558+
</li>
3559+
<li>
3560+
<div class="constants-summary">
3561+
<table class="summary-table">
3562+
<caption><span>org.drip.oms.fix4_2.<a href="org/drip/oms/fix4_2/OrderPrecedence.html" title="class in org.drip.oms.fix4_2">OrderPrecedence</a></span></caption>
3563+
<thead>
3564+
<tr>
3565+
<th class="col-first" scope="col">Modifier and Type</th>
3566+
<th class="col-second" scope="col">Constant Field</th>
3567+
<th class="col-last" scope="col">Value</th>
3568+
</tr>
3569+
</thead>
3570+
<tbody>
3571+
<tr class="alt-color">
3572+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.CANCELED_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3573+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#CANCELED_ORDINAL">CANCELED_ORDINAL</a></code></th>
3574+
<td class="col-last"><code>5</code></td>
3575+
</tr>
3576+
<tr class="row-color">
3577+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.DONE_FOR_DAY_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3578+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#DONE_FOR_DAY_ORDINAL">DONE_FOR_DAY_ORDINAL</a></code></th>
3579+
<td class="col-last"><code>10</code></td>
3580+
</tr>
3581+
<tr class="alt-color">
3582+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.FILLED_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3583+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#FILLED_ORDINAL">FILLED_ORDINAL</a></code></th>
3584+
<td class="col-last"><code>8</code></td>
3585+
</tr>
3586+
<tr class="row-color">
3587+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.NEW_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3588+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#NEW_ORDINAL">NEW_ORDINAL</a></code></th>
3589+
<td class="col-last"><code>2</code></td>
3590+
</tr>
3591+
<tr class="alt-color">
3592+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.PARTIALLY_FILLED_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3593+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#PARTIALLY_FILLED_ORDINAL">PARTIALLY_FILLED_ORDINAL</a></code></th>
3594+
<td class="col-last"><code>4</code></td>
3595+
</tr>
3596+
<tr class="row-color">
3597+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.PENDING_CANCEL_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3598+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#PENDING_CANCEL_ORDINAL">PENDING_CANCEL_ORDINAL</a></code></th>
3599+
<td class="col-last"><code>12</code></td>
3600+
</tr>
3601+
<tr class="alt-color">
3602+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.PENDING_NEW_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3603+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#PENDING_NEW_ORDINAL">PENDING_NEW_ORDINAL</a></code></th>
3604+
<td class="col-last"><code>2</code></td>
3605+
</tr>
3606+
<tr class="row-color">
3607+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.PENDING_REPLACE_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3608+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#PENDING_REPLACE_ORDINAL">PENDING_REPLACE_ORDINAL</a></code></th>
3609+
<td class="col-last"><code>11</code></td>
3610+
</tr>
3611+
<tr class="alt-color">
3612+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.REJECTED_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3613+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#REJECTED_ORDINAL">REJECTED_ORDINAL</a></code></th>
3614+
<td class="col-last"><code>2</code></td>
3615+
</tr>
3616+
<tr class="row-color">
3617+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.REPLACED_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3618+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#REPLACED_ORDINAL">REPLACED_ORDINAL</a></code></th>
3619+
<td class="col-last"><code>3</code></td>
3620+
</tr>
3621+
<tr class="alt-color">
3622+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderPrecedence.STOPPED_ORDINAL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3623+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderPrecedence.html#STOPPED_ORDINAL">STOPPED_ORDINAL</a></code></th>
3624+
<td class="col-last"><code>7</code></td>
3625+
</tr>
3626+
</tbody>
3627+
</table>
3628+
</div>
3629+
</li>
3630+
<li>
3631+
<div class="constants-summary">
3632+
<table class="summary-table">
3633+
<caption><span>org.drip.oms.fix4_2.<a href="org/drip/oms/fix4_2/OrderStatus.html" title="class in org.drip.oms.fix4_2">OrderStatus</a></span></caption>
3634+
<thead>
3635+
<tr>
3636+
<th class="col-first" scope="col">Modifier and Type</th>
3637+
<th class="col-second" scope="col">Constant Field</th>
3638+
<th class="col-last" scope="col">Value</th>
3639+
</tr>
3640+
</thead>
3641+
<tbody>
3642+
<tr class="alt-color">
3643+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.CANCELED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3644+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#CANCELED">CANCELED</a></code></th>
3645+
<td class="col-last"><code>256</code></td>
3646+
</tr>
3647+
<tr class="row-color">
3648+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.DONE_FOR_DAY">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3649+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#DONE_FOR_DAY">DONE_FOR_DAY</a></code></th>
3650+
<td class="col-last"><code>16</code></td>
3651+
</tr>
3652+
<tr class="alt-color">
3653+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.FILLED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3654+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#FILLED">FILLED</a></code></th>
3655+
<td class="col-last"><code>8</code></td>
3656+
</tr>
3657+
<tr class="row-color">
3658+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.NEW">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3659+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#NEW">NEW</a></code></th>
3660+
<td class="col-last"><code>1</code></td>
3661+
</tr>
3662+
<tr class="alt-color">
3663+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.PARTIALLY_FILLED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3664+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#PARTIALLY_FILLED">PARTIALLY_FILLED</a></code></th>
3665+
<td class="col-last"><code>4</code></td>
3666+
</tr>
3667+
<tr class="row-color">
3668+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.PENDING_CANCEL">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3669+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#PENDING_CANCEL">PENDING_CANCEL</a></code></th>
3670+
<td class="col-last"><code>32</code></td>
3671+
</tr>
3672+
<tr class="alt-color">
3673+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.PENDING_NEW">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3674+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#PENDING_NEW">PENDING_NEW</a></code></th>
3675+
<td class="col-last"><code>2</code></td>
3676+
</tr>
3677+
<tr class="row-color">
3678+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.PENDING_REPLACE">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3679+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#PENDING_REPLACE">PENDING_REPLACE</a></code></th>
3680+
<td class="col-last"><code>64</code></td>
3681+
</tr>
3682+
<tr class="alt-color">
3683+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.REJECTED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3684+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#REJECTED">REJECTED</a></code></th>
3685+
<td class="col-last"><code>512</code></td>
3686+
</tr>
3687+
<tr class="row-color">
3688+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.REPLACED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3689+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#REPLACED">REPLACED</a></code></th>
3690+
<td class="col-last"><code>128</code></td>
3691+
</tr>
3692+
<tr class="alt-color">
3693+
<td class="col-first"><code id="org.drip.oms.fix4_2.OrderStatus.STOPPED">public&nbsp;static&nbsp;final&nbsp;int</code></td>
3694+
<th class="col-second" scope="row"><code><a href="org/drip/oms/fix4_2/OrderStatus.html#STOPPED">STOPPED</a></code></th>
3695+
<td class="col-last"><code>1024</code></td>
3696+
</tr>
3697+
</tbody>
3698+
</table>
3699+
</div>
3700+
</li>
3701+
</ul>
3702+
<ul class="block-list">
3703+
<li>
3704+
<div class="constants-summary">
3705+
<table class="summary-table">
34633706
<caption><span>org.drip.oms.transaction.<a href="org/drip/oms/transaction/OrderFillWholeSettings.html" title="class in org.drip.oms.transaction">OrderFillWholeSettings</a></span></caption>
34643707
<thead>
34653708
<tr>

Javadoc/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Sat Aug 09 11:36:01 EDT 2025 -->
5+
<!-- Generated by javadoc (15) on Sat Aug 16 12:19:15 EDT 2025 -->
66
<title>Deprecated List</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2025-08-09">
8+
<meta name="dc.created" content="2025-08-16">
99
<meta name="description" content="deprecated elements">
1010
<meta name="generator" content="javadoc/DeprecatedListWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

Javadoc/element-list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ org.drip.oms.benchmark
150150
org.drip.oms.depth
151151
org.drip.oms.exchange
152152
org.drip.oms.fill
153+
org.drip.oms.fix4_2
153154
org.drip.oms.indifference
154155
org.drip.oms.switchable
155156
org.drip.oms.thresholded

Javadoc/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (15) on Sat Aug 09 11:36:01 EDT 2025 -->
5+
<!-- Generated by javadoc (15) on Sat Aug 16 12:19:15 EDT 2025 -->
66
<title>API Help</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8-
<meta name="dc.created" content="2025-08-09">
8+
<meta name="dc.created" content="2025-08-16">
99
<meta name="description" content="help">
1010
<meta name="generator" content="javadoc/HelpWriter">
1111
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">

0 commit comments

Comments
 (0)