Class: Quickfix::DiscretionOffsetValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DiscretionOffsetValue

Returns a new instance of DiscretionOffsetValue.



14852
14853
14854
14855
14856
14857
14858
# File 'lib/quickfix_fields.rb', line 14852

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

Class Method Details

.fieldObject



14849
14850
14851
# File 'lib/quickfix_fields.rb', line 14849

def DiscretionOffsetValue.field
	return 389
end