Class: Quickfix::UnderlyingEndValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingEndValue

Returns a new instance of UnderlyingEndValue.



10757
10758
10759
10760
10761
10762
10763
# File 'lib/quickfix_fields.rb', line 10757

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

Class Method Details

.fieldObject



10754
10755
10756
# File 'lib/quickfix_fields.rb', line 10754

def UnderlyingEndValue.field
  return 886
end