Class: Quickfix::MultilegModel

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



18281
18282
18283
# File 'lib/quickfix_fields.rb', line 18281

def MultilegModel.field
	return 1377
end