Class: Quickfix::OrderPercent
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::OrderPercent
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderPercent
constructor
A new instance of OrderPercent.
Constructor Details
#initialize(data = nil) ⇒ OrderPercent
Returns a new instance of OrderPercent.
4504 4505 4506 4507 4508 4509 4510 |
# File 'lib/quickfix_fields.rb', line 4504 def initialize(data = nil) if( data == nil ) super(516) else super(516, data) end end |
Class Method Details
.field ⇒ Object
4501 4502 4503 |
# File 'lib/quickfix_fields.rb', line 4501 def OrderPercent.field return 516 end |