Class: Quickfix::UnderlyingDeliveryStreamCommoditySource

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

Returns a new instance of UnderlyingDeliveryStreamCommoditySource.



53592
53593
53594
53595
53596
53597
53598
# File 'lib/quickfix_fields.rb', line 53592

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

Class Method Details

.fieldObject



53589
53590
53591
# File 'lib/quickfix_fields.rb', line 53589

def UnderlyingDeliveryStreamCommoditySource.field
  return 41809
end