Class: Quickfix::DeliveryStreamElectingPartySide

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

Returns a new instance of DeliveryStreamElectingPartySide.



42126
42127
42128
42129
42130
42131
42132
# File 'lib/quickfix_fields.rb', line 42126

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

Class Method Details

.fieldObject



42123
42124
42125
# File 'lib/quickfix_fields.rb', line 42123

def DeliveryStreamElectingPartySide.field
  return 41080
end