Class: Quickfix::UnderlyingStreamCommodityDataSourceIDType

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

Returns a new instance of UnderlyingStreamCommodityDataSourceIDType.



56192
56193
56194
56195
56196
56197
56198
# File 'lib/quickfix_fields.rb', line 56192

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

Class Method Details

.fieldObject



56189
56190
56191
# File 'lib/quickfix_fields.rb', line 56189

def UnderlyingStreamCommodityDataSourceIDType.field
  return 41995
end