Class: Quickfix::LegDeliveryStreamType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDeliveryStreamType

Returns a new instance of LegDeliveryStreamType.



48262
48263
48264
48265
48266
48267
48268
# File 'lib/quickfix_fields.rb', line 48262

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