Class: Quickfix::MultilegModel

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MultilegModel

Returns a new instance of MultilegModel.



18284
18285
18286
18287
18288
18289
18290
# File 'lib/quickfix_fields.rb', line 18284

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