Class: Quickfix::NoStreamCommoditySettlPeriods

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

Returns a new instance of NoStreamCommoditySettlPeriods.



45987
45988
45989
45990
45991
45992
45993
# File 'lib/quickfix_fields.rb', line 45987

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

Class Method Details

.fieldObject



45984
45985
45986
# File 'lib/quickfix_fields.rb', line 45984

def NoStreamCommoditySettlPeriods.field
  return 41289
end