Class: Quickfix::DeliveryStreamCommoditySource

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

Returns a new instance of DeliveryStreamCommoditySource.



42204
42205
42206
42207
42208
42209
42210
# File 'lib/quickfix_fields.rb', line 42204

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

Class Method Details

.fieldObject



42201
42202
42203
# File 'lib/quickfix_fields.rb', line 42201

def DeliveryStreamCommoditySource.field
  return 41086
end