Class: Quickfix::UnderlyingStreamCommoditySettlTimeZone

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeZone

Returns a new instance of UnderlyingStreamCommoditySettlTimeZone.



56322
56323
56324
56325
56326
56327
56328
# File 'lib/quickfix_fields.rb', line 56322

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