Class: Quickfix::NoUnderlyingStreamCommodityDataSources

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

Returns a new instance of NoUnderlyingStreamCommodityDataSources.



56166
56167
56168
56169
56170
56171
56172
# File 'lib/quickfix_fields.rb', line 56166

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

Class Method Details

.fieldObject



56163
56164
56165
# File 'lib/quickfix_fields.rb', line 56163

def NoUnderlyingStreamCommodityDataSources.field
  return 41993
end