Class: Quickfix::LegStreamCommodityDataSourceIDType

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

Returns a new instance of LegStreamCommodityDataSourceIDType.



51590
51591
51592
51593
51594
51595
51596
# File 'lib/quickfix_fields.rb', line 51590

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

Class Method Details

.fieldObject



51587
51588
51589
# File 'lib/quickfix_fields.rb', line 51587

def LegStreamCommodityDataSourceIDType.field
  return 41679
end