Class: Quickfix::LegDeliveryStreamCycleDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamCycleDesc

Returns a new instance of LegDeliveryStreamCycleDesc.



48639
48640
48641
48642
48643
48644
48645
# File 'lib/quickfix_fields.rb', line 48639

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

Class Method Details

.fieldObject



48636
48637
48638
# File 'lib/quickfix_fields.rb', line 48636

def LegDeliveryStreamCycleDesc.field
  return 41457
end