Class: Quickfix::NoLegStreamCommoditySettlTimes

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

Returns a new instance of NoLegStreamCommoditySettlTimes.



51642
51643
51644
51645
51646
51647
51648
# File 'lib/quickfix_fields.rb', line 51642

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

Class Method Details

.fieldObject



51639
51640
51641
# File 'lib/quickfix_fields.rb', line 51639

def NoLegStreamCommoditySettlTimes.field
  return 41683
end