Class: Quickfix::AllowableOneSidednessPct
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllowableOneSidednessPct
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllowableOneSidednessPct
constructor
A new instance of AllowableOneSidednessPct.
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 |