Class: Quickfix::LegStreamCommoditySettlDateRollPeriod

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

Returns a new instance of LegStreamCommoditySettlDateRollPeriod.



51460
51461
51462
51463
51464
51465
51466
# File 'lib/quickfix_fields.rb', line 51460

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

Class Method Details

.fieldObject



51457
51458
51459
# File 'lib/quickfix_fields.rb', line 51457

def LegStreamCommoditySettlDateRollPeriod.field
  return 41669
end