Class: Quickfix::UnderlyingStreamCommoditySettlTimeType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ 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