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.
-
#trade_type ⇒ Object
Returns the value of attribute trade_type.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def count @count end |
#execution_expression ⇒ Object
Returns the value of attribute execution_expression
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def execution_expression @execution_expression end |
#order_no ⇒ Object
Returns the value of attribute order_no
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def order_no @order_no end |
#order_state ⇒ Object
Returns the value of attribute order_state
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def order_state @order_state end |
#order_type ⇒ Object
Returns the value of attribute order_type
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def order_type @order_type end |
#pair ⇒ Object
Returns the value of attribute pair
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def pair @pair end |
#rate ⇒ Object
Returns the value of attribute rate
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def rate @rate end |
#sell_or_buy ⇒ Object
Returns the value of attribute sell_or_buy
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def sell_or_buy @sell_or_buy end |
#trade_type ⇒ Object
Returns the value of attribute trade_type
622 623 624 |
# File 'lib/clickclient_scrap.rb', line 622 def trade_type @trade_type end |