Class: Quickfix::UnderlyingStreamCommoditySettlDay

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



56218
56219
56220
56221
56222
56223
56224
# File 'lib/quickfix_fields.rb', line 56218

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

Class Method Details

.fieldObject



56215
56216
56217
# File 'lib/quickfix_fields.rb', line 56215

def UnderlyingStreamCommoditySettlDay.field
  return 41997
end