Class: Quickfix::NoUnderlyingStreamCommodityAltIDs

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

Returns a new instance of NoUnderlyingStreamCommodityAltIDs.



56127
56128
56129
56130
56131
56132
56133
# File 'lib/quickfix_fields.rb', line 56127

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

Class Method Details

.fieldObject



56124
56125
56126
# File 'lib/quickfix_fields.rb', line 56124

def NoUnderlyingStreamCommodityAltIDs.field
  return 41990
end