Class: Quickfix::UnderlyingDeliveryStreamType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDeliveryStreamType

Returns a new instance of UnderlyingDeliveryStreamType.



53163
53164
53165
53166
53167
53168
53169
# File 'lib/quickfix_fields.rb', line 53163

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