Class: Quickfix::UnderlyingDeliveryStreamElectingPartySide

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamElectingPartySide

Returns a new instance of UnderlyingDeliveryStreamElectingPartySide.



53462
53463
53464
53465
53466
53467
53468
# File 'lib/quickfix_fields.rb', line 53462

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

Class Method Details

.fieldObject



53459
53460
53461
# File 'lib/quickfix_fields.rb', line 53459

def UnderlyingDeliveryStreamElectingPartySide.field
  return 41799
end