Sha256: cbdde0909826bf5b750424e42023fe7aea23e2300d65d0d9d8f7149f9e785661

Contents?: true

Size: 446 Bytes

Versions: 1

Compression:

Stored size: 446 Bytes

Contents

# coding: utf-8

module RockFintech
  module Http
    module ErrorCode
      def self.sign_auto_bid_p
        @_sign_auto_bid ||= %w[]
      end

      def self.auto_bid_apply
        @_auto_bid_apply ||= %w[]
      end

      def self.revoke_auto_bid
        @_revoke_auto_bid ||= %w[]
      end

      def self.bid_apply_p
        @_bid_apply_p ||= ['RD001025']
      end
    end # module ErrorCode
  end # module http
end # module rockfintech

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rock_fintech-0.2.0 lib/rock_fintech/http/error_code/trade.rb