Skip to content

Commit 4ba343f

Browse files
committed
Auto-generate SDK for FinFeedAPI Stock API REST Historical
1 parent 4ad719c commit 4ba343f

45 files changed

Lines changed: 189 additions & 189 deletions

Some content is hidden

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

finfeedapi/stock-api-rest/sdk/csharp/APIBricks.FinFeedAPI.STOCKAPI.REST.V1.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.STOCKAPI.REST.V1", "src\APIBricks.FinFeedAPI.STOCKAPI.REST.V1\APIBricks.FinFeedAPI.STOCKAPI.REST.V1.csproj", "{7794B718-0D5D-4F50-8A3D-870C13BB38E0}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.STOCKAPI.REST.V1", "src\APIBricks.FinFeedAPI.STOCKAPI.REST.V1\APIBricks.FinFeedAPI.STOCKAPI.REST.V1.csproj", "{20CCD1EB-B8D5-4049-A917-00009CB476D7}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "APIBricks.FinFeedAPI.STOCKAPI.REST.V1.Test", "src\APIBricks.FinFeedAPI.STOCKAPI.REST.V1.Test\APIBricks.FinFeedAPI.STOCKAPI.REST.V1.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{7794B718-0D5D-4F50-8A3D-870C13BB38E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{7794B718-0D5D-4F50-8A3D-870C13BB38E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{7794B718-0D5D-4F50-8A3D-870C13BB38E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{7794B718-0D5D-4F50-8A3D-870C13BB38E0}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{20CCD1EB-B8D5-4049-A917-00009CB476D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{20CCD1EB-B8D5-4049-A917-00009CB476D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{20CCD1EB-B8D5-4049-A917-00009CB476D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{20CCD1EB-B8D5-4049-A917-00009CB476D7}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

finfeedapi/stock-api-rest/sdk/csharp/api/openapi.yaml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ paths:
4747
exchange_id: IEXG
4848
security_category: Common Stock
4949
name: TESLA INC
50-
date: 2026-05-04
50+
date: 2026-05-05
5151
- symbol_id: NVDA
5252
exchange_id: IEXG
5353
security_category: Common Stock
5454
name: NVIDIA CORP
55-
date: 2026-05-04
55+
date: 2026-05-05
5656
schema:
5757
items:
5858
$ref: "#/components/schemas/FinFeedAPI.SymbolModel"
@@ -65,12 +65,12 @@ paths:
6565
exchange_id: IEXG
6666
security_category: Common Stock
6767
name: TESLA INC
68-
date: 2026-05-04
68+
date: 2026-05-05
6969
- symbol_id: NVDA
7070
exchange_id: IEXG
7171
security_category: Common Stock
7272
name: NVIDIA CORP
73-
date: 2026-05-04
73+
date: 2026-05-05
7474
schema:
7575
items:
7676
$ref: "#/components/schemas/FinFeedAPI.SymbolModel"
@@ -83,12 +83,12 @@ paths:
8383
exchange_id: IEXG
8484
security_category: Common Stock
8585
name: TESLA INC
86-
date: 2026-05-04
86+
date: 2026-05-05
8787
- symbol_id: NVDA
8888
exchange_id: IEXG
8989
security_category: Common Stock
9090
name: NVIDIA CORP
91-
date: 2026-05-04
91+
date: 2026-05-05
9292
schema:
9393
items:
9494
$ref: "#/components/schemas/FinFeedAPI.SymbolModel"
@@ -362,29 +362,29 @@ paths:
362362
example:
363363
- add_order:
364364
symbol: AAPL
365-
timestamp_nanos: 1777874785579000000
366-
timestamp: 2026-05-04T06:06:25.5790000Z
365+
timestamp_nanos: 1777963809517000000
366+
timestamp: 2026-05-05T06:50:09.5170000Z
367367
is_side_buy: true
368368
size: 100
369369
price: 176.42
370370
order_id: 123456789
371371
- delete_order:
372372
symbol: TSLA
373-
timestamp_nanos: 1777874785579000000
374-
timestamp: 2026-05-04T06:06:25.5790000Z
373+
timestamp_nanos: 1777963809517000000
374+
timestamp: 2026-05-05T06:50:09.5170000Z
375375
order_id_reference: 987654321
376376
- modify_order:
377377
symbol: NFLX
378-
timestamp_nanos: 1777874785579000000
379-
timestamp: 2026-05-04T06:06:25.5790000Z
378+
timestamp_nanos: 1777963809517000000
379+
timestamp: 2026-05-05T06:50:09.5170000Z
380380
order_id_reference: 789456123
381381
is_priority_reset: false
382382
size: 150
383383
price: 625.85
384384
- executed_order:
385385
symbol: META
386-
timestamp_nanos: 1777874785579000000
387-
timestamp: 2026-05-04T06:06:25.5790000Z
386+
timestamp_nanos: 1777963809517000000
387+
timestamp: 2026-05-05T06:50:09.5170000Z
388388
order_id_reference: 555123456
389389
sale_condition_flags: 0
390390
is_intermarket_sweep: false
@@ -397,8 +397,8 @@ paths:
397397
trade_id: 123987456
398398
- clear_book:
399399
symbol: MSFT
400-
timestamp_nanos: 1777874785579000000
401-
timestamp: 2026-05-04T06:06:25.5790000Z
400+
timestamp_nanos: 1777963809517000000
401+
timestamp: 2026-05-05T06:50:09.5170000Z
402402
schema:
403403
items:
404404
$ref: "#/components/schemas/Models.OrderBookModel"
@@ -435,8 +435,8 @@ paths:
435435
example:
436436
- trading_status:
437437
symbol: PYPL
438-
timestamp_nanos: 1777874785585000000
439-
timestamp: 2026-05-04T06:06:25.5850000Z
438+
timestamp_nanos: 1777963809519000000
439+
timestamp: 2026-05-05T06:50:09.5190000Z
440440
is_trading_live: true
441441
is_trading_halted: false
442442
is_trading_in_order_acceptance_period: false
@@ -454,8 +454,8 @@ paths:
454454
is_reason_not_available: false
455455
- official_price:
456456
symbol: AAPL
457-
timestamp_nanos: 1777874785585000000
458-
timestamp: 2026-05-04T06:06:25.5850000Z
457+
timestamp_nanos: 1777963809519000000
458+
timestamp: 2026-05-05T06:50:09.5190000Z
459459
price_type: 81
460460
price_type_code: Q
461461
price_type_text: IEX Official Opening Price
@@ -464,17 +464,17 @@ paths:
464464
official_price: 12.3456
465465
- security_event:
466466
symbol: CRM
467-
timestamp_nanos: 1777874785585000000
468-
timestamp: 2026-05-04T06:06:25.5850000Z
467+
timestamp_nanos: 1777963809519000000
468+
timestamp: 2026-05-05T06:50:09.5190000Z
469469
security_event: 79
470470
security_event_code: O
471471
security_event_text: Opening Process Complete
472472
is_opening_process_complete: true
473473
is_closing_process_complete: false
474474
- auction_information:
475475
symbol: AAPL
476-
timestamp_nanos: 1777874785585000000
477-
timestamp: 2026-05-04T06:06:25.5850000Z
476+
timestamp_nanos: 1777963809519000000
477+
timestamp: 2026-05-05T06:50:09.5190000Z
478478
auction_type: 79
479479
auction_type_code: O
480480
auction_type_text: Opening Auction
@@ -494,16 +494,16 @@ paths:
494494
is_imbalance_side_sell: false
495495
is_imbalance_side_none: false
496496
extension_number: 0
497-
scheduled_auction_time_seconds: 1777875085
498-
scheduled_auction_time: 2026-05-04T06:11:25.0000000Z
497+
scheduled_auction_time_seconds: 1777964109
498+
scheduled_auction_time: 2026-05-05T06:55:09.0000000Z
499499
auction_book_clearing_price: 156.45
500500
collar_reference_price: 157
501501
lower_auction_collar: 152.5
502502
upper_auction_collar: 161.5
503503
- short_sale_price_test:
504504
symbol: MSFT
505-
timestamp_nanos: 1777874785585000000
506-
timestamp: 2026-05-04T06:06:25.5850000Z
505+
timestamp_nanos: 1777963809519000000
506+
timestamp: 2026-05-05T06:50:09.5190000Z
507507
short_sale_price_test_status: 1
508508
short_sale_price_test_status_code: "1"
509509
short_sale_price_test_status_text: Short Sale Price Test in Effect
@@ -520,17 +520,17 @@ paths:
520520
is_detail_not_available: false
521521
- operational_halt_status:
522522
symbol: AAPL
523-
timestamp_nanos: 1777874785585000000
524-
timestamp: 2026-05-04T06:06:25.5850000Z
523+
timestamp_nanos: 1777963809519000000
524+
timestamp: 2026-05-05T06:50:09.5190000Z
525525
operational_halt_status: 79
526526
operational_halt_status_code: O
527527
operational_halt_status_text: IEX specific operational trading halt
528528
is_operationally_halted: true
529529
is_not_operationally_halted: false
530530
- retail_liquidity_indicator:
531531
symbol: GOOG
532-
timestamp_nanos: 1777874785585000000
533-
timestamp: 2026-05-04T06:06:25.5850000Z
532+
timestamp_nanos: 1777963809519000000
533+
timestamp: 2026-05-05T06:50:09.5190000Z
534534
retail_liquidity_indicator: 65
535535
retail_liquidity_indicator_code: A
536536
retail_liquidity_indicator_text: Buy interest for Retail
@@ -539,8 +539,8 @@ paths:
539539
is_retail_indicator_sell_interest: false
540540
is_retail_indicator_buy_and_sell_interest: false
541541
- system_event:
542-
timestamp_nanos: 1777874785585000000
543-
timestamp: 2026-05-04T06:06:25.5850000Z
542+
timestamp_nanos: 1777963809519000000
543+
timestamp: 2026-05-05T06:50:09.5190000Z
544544
system_event: 79
545545
system_event_code: O
546546
system_event_text: "Start of Messages – Outside of heartbeat messages\
@@ -554,8 +554,8 @@ paths:
554554
is_system_event_end_of_messages: false
555555
- security_directory:
556556
symbol: INTC
557-
timestamp_nanos: 1777874785585000000
558-
timestamp: 2026-05-04T06:06:25.5850000Z
557+
timestamp_nanos: 1777963809519000000
558+
timestamp: 2026-05-05T06:50:09.5190000Z
559559
flags: 0
560560
round_lot_size: 100
561561
adjusted_poc_price: 35.36

finfeedapi/stock-api-rest/sdk/csharp/src/APIBricks.FinFeedAPI.STOCKAPI.REST.V1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ outputDir: out
1111

1212
# https://openapi-generator.tech/docs/generators/csharp
1313
additionalProperties:
14-
packageGuid: '{7794B718-0D5D-4F50-8A3D-870C13BB38E0}'
14+
packageGuid: '{20CCD1EB-B8D5-4049-A917-00009CB476D7}'
1515

1616
# https://openapi-generator.tech/docs/integrations/#github-integration
1717
# gitHost:

finfeedapi/stock-api-rest/sdk/eiffel/api_client.ecf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="openapi_eiffel_client" uuid="fdd71061-d992-42c4-8348-c3f9eafb525b" library_target="openapi_eiffel_client">
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="openapi_eiffel_client" uuid="6ed1e777-9180-431f-a63c-077f2ee146dd" library_target="openapi_eiffel_client">
33
<target name="openapi_eiffel_client">
44
<root all_classes="true"/>
55
<file_rule>

finfeedapi/stock-api-rest/sdk/eiffel/test/api_test.ecf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="ISO-8859-1"?>
2-
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="test" uuid="94001f41-5197-40f9-8cdd-44bfde48681d">
2+
<system xmlns="http://www.eiffel.com/developers/xml/configuration-1-21-0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eiffel.com/developers/xml/configuration-1-21-0 http://www.eiffel.com/developers/xml/configuration-1-21-0.xsd" name="test" uuid="1e112493-348b-4ab7-acf8-c5ece42e9edc">
33
<target name="test">
44
<root feature="make" class="APPLICATION"/>
55
<file_rule>

0 commit comments

Comments
 (0)