Class: Quickfix::UnderlyingStreamCommoditySettlTimeType

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

Returns a new instance of UnderlyingStreamCommoditySettlTimeType.



56283
56284
56285
56286
56287
56288
56289
# File 'lib/quickfix_fields.rb', line 56283

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

Class Method Details

.fieldObject



56280
56281
56282
# File 'lib/quickfix_fields.rb', line 56280

def UnderlyingStreamCommoditySettlTimeType.field
  return 41936
end