Class: Quickfix::NoStreamCommoditySettlTimes

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

Returns a new instance of NoStreamCommoditySettlTimes.



45935
45936
45937
45938
45939
45940
45941
# File 'lib/quickfix_fields.rb', line 45935

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

Class Method Details

.fieldObject



45932
45933
45934
# File 'lib/quickfix_fields.rb', line 45932

def NoStreamCommoditySettlTimes.field
  return 41286
end