Class: Quickfix::LegDeliveryStreamElectingPartySide

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

Returns a new instance of LegDeliveryStreamElectingPartySide.



48561
48562
48563
48564
48565
48566
48567
# File 'lib/quickfix_fields.rb', line 48561

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

Class Method Details

.fieldObject



48558
48559
48560
# File 'lib/quickfix_fields.rb', line 48558

def LegDeliveryStreamElectingPartySide.field
  return 41451
end