Class: Quickfix::SideMultiLegReportingType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideMultiLegReportingType

Returns a new instance of SideMultiLegReportingType.



10289
10290
10291
10292
10293
10294
10295
# File 'lib/quickfix_fields.rb', line 10289

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