Class: Quickfix::ClearingTradePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ClearingTradePrice

Returns a new instance of ClearingTradePrice.



21911
21912
21913
21914
21915
21916
21917
# File 'lib/quickfix_fields.rb', line 21911

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

Class Method Details

.fieldObject



21908
21909
21910
# File 'lib/quickfix_fields.rb', line 21908

def ClearingTradePrice.field
  return 1596
end