Class: Quickfix::AllowableOneSidednessValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllowableOneSidednessValue

Returns a new instance of AllowableOneSidednessValue.



7000
7001
7002
7003
7004
7005
7006
# File 'lib/quickfix_fields.rb', line 7000

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

Class Method Details

.fieldObject



6997
6998
6999
# File 'lib/quickfix_fields.rb', line 6997

def AllowableOneSidednessValue.field
	return 766
end