Class: Quickfix::UnderlyingOpenUnits

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) ⇒ UnderlyingOpenUnits

Returns a new instance of UnderlyingOpenUnits.



72429
72430
72431
72432
72433
72434
72435
# File 'lib/quickfix_fields.rb', line 72429

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

Class Method Details

.fieldObject



72426
72427
72428
# File 'lib/quickfix_fields.rb', line 72426

def UnderlyingOpenUnits.field
  return 2629
end