Class: Quickfix::NoUnderlyingStreamCommoditySettlTimes

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

Returns a new instance of NoUnderlyingStreamCommoditySettlTimes.



56244
56245
56246
56247
56248
56249
56250
# File 'lib/quickfix_fields.rb', line 56244

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

Class Method Details

.fieldObject



56241
56242
56243
# File 'lib/quickfix_fields.rb', line 56241

def NoUnderlyingStreamCommoditySettlTimes.field
  return 41999
end