Class: Quickfix::NoLegStreamCommoditySettlDays

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

Returns a new instance of NoLegStreamCommoditySettlDays.



51603
51604
51605
51606
51607
51608
51609
# File 'lib/quickfix_fields.rb', line 51603

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

Class Method Details

.fieldObject



51600
51601
51602
# File 'lib/quickfix_fields.rb', line 51600

def NoLegStreamCommoditySettlDays.field
  return 41680
end