Complex Event Processing and FX market aggregation

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Complex Event Processing and FX market aggregation
# 1  
Old 07-02-2007
Complex Event Processing and FX market aggregation

Today we announced the Progress Apama FX Market Aggregation Accelerator. There is a lot of talk about algorithmic trading, but little hard discussion about the specific differences among asset classes and the styles of trading in each. We've spoken about the differences between FX, equities, fixed income, and derivatives, etc. The approach we take with our customers is to learn from experience while we work with them with specific use cases, and then generalize common best practices that can be used to address similar customer demands.
An example of this is the increased usage of algorithmic trading in FX, we have released a specific set of layered functionality foreign exchange (FX) algorithmic trading. This package includes adapters withpre-built Apama trading dashboards and foundation on top of Apama for FX algorithms. Theoffering helps both sell- and buy-side traders develop and deployhigh-frequency foreign exchange trading strategies that capitalise onproprietary trading techniques, integrating with major FX aggregators,Electronic Crossing Networks (ECNs) and direct bank connections.
More information on the news can be found here.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Gtk2::Accelerator(3pm)					User Contributed Perl Documentation				    Gtk2::Accelerator(3pm)

NAME
Gtk2::Accelerator METHODS
modifiertype = Gtk2::Accelerator->get_default_mod_mask Gtk2::Accelerator->set_default_mod_mask ($default_mod_mask) o $default_mod_mask (Gtk2::Gdk::ModifierType) string = Gtk2::Accelerator->get_label ($accelerator_key, $accelerator_mods) o $accelerator_key (integer) o $accelerator_mods (Gtk2::Gdk::ModifierType) Since: gtk+ 2.6 string = Gtk2::Accelerator->name ($accelerator_key, $accelerator_mods) o $accelerator_key (integer) o $accelerator_mods (Gtk2::Gdk::ModifierType) (accelerator_key, accelerator_mods) = Gtk2::Accelerator->parse ($accelerator) o $accelerator (string) Returns accelerator_key, an unsigned interger and accelerator_mods, a Gtk2::Gdk::ModifierType. boolean = Gtk2::Accelerator->valid ($keyval, $modifiers) o $keyval (integer) o $modifiers (Gtk2::Gdk::ModifierType) ENUMS AND FLAGS
flags Gtk2::Gdk::ModifierType o 'shift-mask' / 'GDK_SHIFT_MASK' o 'lock-mask' / 'GDK_LOCK_MASK' o 'control-mask' / 'GDK_CONTROL_MASK' o 'mod1-mask' / 'GDK_MOD1_MASK' o 'mod2-mask' / 'GDK_MOD2_MASK' o 'mod3-mask' / 'GDK_MOD3_MASK' o 'mod4-mask' / 'GDK_MOD4_MASK' o 'mod5-mask' / 'GDK_MOD5_MASK' o 'button1-mask' / 'GDK_BUTTON1_MASK' o 'button2-mask' / 'GDK_BUTTON2_MASK' o 'button3-mask' / 'GDK_BUTTON3_MASK' o 'button4-mask' / 'GDK_BUTTON4_MASK' o 'button5-mask' / 'GDK_BUTTON5_MASK' o 'super-mask' / 'GDK_SUPER_MASK' o 'hyper-mask' / 'GDK_HYPER_MASK' o 'meta-mask' / 'GDK_META_MASK' o 'release-mask' / 'GDK_RELEASE_MASK' o 'modifier-mask' / 'GDK_MODIFIER_MASK' SEE ALSO
Gtk2 COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Accelerator(3pm)