Class: Quickfix::LegDeliveryStreamCommoditySource

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

Returns a new instance of LegDeliveryStreamCommoditySource.



48691
48692
48693
48694
48695
48696
48697
# File 'lib/quickfix_fields.rb', line 48691

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

Class Method Details

.fieldObject



48688
48689
48690
# File 'lib/quickfix_fields.rb', line 48688

def LegDeliveryStreamCommoditySource.field
  return 41461
end