Class: Quickfix::UnderlyingStartValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStartValue

Returns a new instance of UnderlyingStartValue.



8495
8496
8497
8498
8499
8500
8501
# File 'lib/quickfix_fields.rb', line 8495

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

Class Method Details

.fieldObject



8492
8493
8494
# File 'lib/quickfix_fields.rb', line 8492

def UnderlyingStartValue.field
  return 884
end