Class: Quickfix::UnderlyingDeliveryStreamDeliveryContingentPartySide

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

Returns a new instance of UnderlyingDeliveryStreamDeliveryContingentPartySide.



53254
53255
53256
53257
53258
53259
53260
# File 'lib/quickfix_fields.rb', line 53254

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

Class Method Details

.fieldObject



53251
53252
53253
# File 'lib/quickfix_fields.rb', line 53251

def UnderlyingDeliveryStreamDeliveryContingentPartySide.field
  return 41784
end