Class: ClickClientScrap::FX::Order
- Inherits:
-
Struct
- Object
- Struct
- ClickClientScrap::FX::Order
- Defined in:
- lib/clickclient_scrap.rb
Overview
注文
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#execution_expression ⇒ Object
Returns the value of attribute execution_expression.
-
#order_no ⇒ Object
Returns the value of attribute order_no.
-
#order_state ⇒ Object
Returns the value of attribute order_state.
-
#order_type ⇒ Object
Returns the value of attribute order_type.
-
#pair ⇒ Object
Returns the value of attribute pair.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#sell_or_buy ⇒ Object
Returns the value of attribute sell_or_buy.
-
#stop_order_execution_expression ⇒ Object
Returns the value of attribute stop_order_execution_expression.
-
#stop_order_rate ⇒ Object
Returns the value of attribute stop_order_rate.
-
#trade_type ⇒ Object
Returns the value of attribute trade_type.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def count @count end |
#execution_expression ⇒ Object
Returns the value of attribute execution_expression
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def execution_expression @execution_expression end |
#order_no ⇒ Object
Returns the value of attribute order_no
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def order_no @order_no end |
#order_state ⇒ Object
Returns the value of attribute order_state
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def order_state @order_state end |
#order_type ⇒ Object
Returns the value of attribute order_type
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def order_type @order_type end |
#pair ⇒ Object
Returns the value of attribute pair
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def pair @pair end |
#rate ⇒ Object
Returns the value of attribute rate
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def rate @rate end |
#sell_or_buy ⇒ Object
Returns the value of attribute sell_or_buy
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def sell_or_buy @sell_or_buy end |
#stop_order_execution_expression ⇒ Object
Returns the value of attribute stop_order_execution_expression
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def stop_order_execution_expression @stop_order_execution_expression end |
#stop_order_rate ⇒ Object
Returns the value of attribute stop_order_rate
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def stop_order_rate @stop_order_rate end |
#trade_type ⇒ Object
Returns the value of attribute trade_type
711 712 713 |
# File 'lib/clickclient_scrap.rb', line 711 def trade_type @trade_type end |