Class: Quickfix::NoDeliveryStreamCommoditySources

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NoDeliveryStreamCommoditySources

Returns a new instance of NoDeliveryStreamCommoditySources.



42191
42192
42193
42194
42195
42196
42197
# File 'lib/quickfix_fields.rb', line 42191

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

Class Method Details

.fieldObject



42188
42189
42190
# File 'lib/quickfix_fields.rb', line 42188

def NoDeliveryStreamCommoditySources.field
  return 41085
end