Class: Quickfix::AllowableOneSidednessPct

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllowableOneSidednessPct

Returns a new instance of AllowableOneSidednessPct.



10458
10459
10460
10461
10462
10463
10464
# File 'lib/quickfix_fields.rb', line 10458

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