Class: Quickfix::MDEntryPositionNo

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) ⇒ MDEntryPositionNo

Returns a new instance of MDEntryPositionNo.



3659
3660
3661
3662
3663
3664
3665
# File 'lib/quickfix_fields.rb', line 3659

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

Class Method Details

.fieldObject



3656
3657
3658
# File 'lib/quickfix_fields.rb', line 3656

def MDEntryPositionNo.field
	return 290
end