Class: Quickfix::UnderlyingStreamCommoditySettlHolidaysProcessingInstruction

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlHolidaysProcessingInstruction

Returns a new instance of UnderlyingStreamCommoditySettlHolidaysProcessingInstruction.



56439
56440
56441
56442
56443
56444
56445
# File 'lib/quickfix_fields.rb', line 56439

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