Class: Quickfix::ExecPriceType

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecPriceType

Returns a new instance of ExecPriceType.



5934
5935
5936
5937
5938
5939
5940
# File 'lib/quickfix_fields.rb', line 5934

def initialize(data = nil)
  if( data == nil )
    super(484)
  else
    super(484, data)
  end
end

Class Method Details

.fieldObject



5931
5932
5933
# File 'lib/quickfix_fields.rb', line 5931

def ExecPriceType.field
  return 484
end