Class: Quickfix::NoUnderlyingStreamCommoditySettlPeriods

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

Returns a new instance of NoUnderlyingStreamCommoditySettlPeriods.



56296
56297
56298
56299
56300
56301
56302
# File 'lib/quickfix_fields.rb', line 56296

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

Class Method Details

.fieldObject



56293
56294
56295
# File 'lib/quickfix_fields.rb', line 56293

def NoUnderlyingStreamCommoditySettlPeriods.field
  return 42002
end