Class: Quickfix::UnderlyingStreamCommoditySettlDateRollPeriod

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

Returns a new instance of UnderlyingStreamCommoditySettlDateRollPeriod.



56062
56063
56064
56065
56066
56067
56068
# File 'lib/quickfix_fields.rb', line 56062

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

Class Method Details

.fieldObject



56059
56060
56061
# File 'lib/quickfix_fields.rb', line 56059

def UnderlyingStreamCommoditySettlDateRollPeriod.field
  return 41985
end