Class: Quickfix::AllowableOneSidednessPct
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::AllowableOneSidednessPct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
15450 15451 15452 15453 15454 15455 15456 |
# File 'lib/quickfix_fields.rb', line 15450 def initialize(data = nil) if( data == nil ) super(765) else super(765, data) end end |
Class Method Details
.field ⇒ Object
15447 15448 15449 |
# File 'lib/quickfix_fields.rb', line 15447 def AllowableOneSidednessPct.field return 765 end |