Class: Quickfix::AllowableOneSidednessValue

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

Returns a new instance of AllowableOneSidednessValue.



10471
10472
10473
10474
10475
10476
10477
# File 'lib/quickfix_fields.rb', line 10471

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

Class Method Details

.fieldObject



10468
10469
10470
# File 'lib/quickfix_fields.rb', line 10468

def AllowableOneSidednessValue.field
	return 766
end