Class: Quickfix::MDEntryForwardPoints

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDEntryForwardPoints

Returns a new instance of MDEntryForwardPoints.



13786
13787
13788
13789
13790
13791
13792
# File 'lib/quickfix_fields.rb', line 13786

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

Class Method Details

.fieldObject



13783
13784
13785
# File 'lib/quickfix_fields.rb', line 13783

def MDEntryForwardPoints.field
	return 1027
end