Class: Quickfix::EncodedUnderlyingDeliveryStreamCycleDesc

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

Returns a new instance of EncodedUnderlyingDeliveryStreamCycleDesc.



53566
53567
53568
53569
53570
53571
53572
# File 'lib/quickfix_fields.rb', line 53566

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

Class Method Details

.fieldObject



53563
53564
53565
# File 'lib/quickfix_fields.rb', line 53563

def EncodedUnderlyingDeliveryStreamCycleDesc.field
  return 41807
end