Class: Quickfix::LegPutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPutOrCall
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPutOrCall
constructor
A new instance of LegPutOrCall.
Constructor Details
#initialize(data = nil) ⇒ LegPutOrCall
Returns a new instance of LegPutOrCall.
17569 17570 17571 17572 17573 17574 17575 |
# File 'lib/quickfix_fields.rb', line 17569 def initialize(data = nil) if( data == nil ) super(1358) else super(1358, data) end end |