Class: Quickfix::LegStreamCommodityNearbySettlDayPeriod

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

Returns a new instance of LegStreamCommodityNearbySettlDayPeriod.



51382
51383
51384
51385
51386
51387
51388
# File 'lib/quickfix_fields.rb', line 51382

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

Class Method Details

.fieldObject



51379
51380
51381
# File 'lib/quickfix_fields.rb', line 51379

def LegStreamCommodityNearbySettlDayPeriod.field
  return 41663
end