Class: Quickfix::NoUnderlyingStreamCommodityAltIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoUnderlyingStreamCommodityAltIDs

Returns a new instance of NoUnderlyingStreamCommodityAltIDs.



56127
56128
56129
56130
56131
56132
56133
# File 'lib/quickfix_fields.rb', line 56127

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