Class: ClickClientScrap::FX::Order

Inherits:
Struct
  • Object
show all
Defined in:
lib/clickclient_scrap.rb

Overview

注文

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def count
  @count
end

#execution_expressionObject

Returns the value of attribute execution_expression

Returns:

  • (Object)

    the current value of execution_expression



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def execution_expression
  @execution_expression
end

#order_noObject

Returns the value of attribute order_no

Returns:

  • (Object)

    the current value of order_no



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def order_no
  @order_no
end

#order_stateObject

Returns the value of attribute order_state

Returns:

  • (Object)

    the current value of order_state



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def order_state
  @order_state
end

#order_typeObject

Returns the value of attribute order_type

Returns:

  • (Object)

    the current value of order_type



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def order_type
  @order_type
end

#pairObject

Returns the value of attribute pair

Returns:

  • (Object)

    the current value of pair



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def pair
  @pair
end

#rateObject

Returns the value of attribute rate

Returns:

  • (Object)

    the current value of rate



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def rate
  @rate
end

#sell_or_buyObject

Returns the value of attribute sell_or_buy

Returns:

  • (Object)

    the current value of sell_or_buy



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def sell_or_buy
  @sell_or_buy
end

#trade_typeObject

Returns the value of attribute trade_type

Returns:

  • (Object)

    the current value of trade_type



622
623
624
# File 'lib/clickclient_scrap.rb', line 622

def trade_type
  @trade_type
end