Class: Quickfix::MultilegModel

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MultilegModel

Returns a new instance of MultilegModel.



12668
12669
12670
12671
12672
12673
12674
# File 'lib/quickfix_fields.rb', line 12668

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

Class Method Details

.fieldObject



12665
12666
12667
# File 'lib/quickfix_fields.rb', line 12665

def MultilegModel.field
	return 1377
end