Class: Quickfix::UnderlyingLegPutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingLegPutOrCall
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegPutOrCall
constructor
A new instance of UnderlyingLegPutOrCall.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegPutOrCall
Returns a new instance of UnderlyingLegPutOrCall.
17933 17934 17935 17936 17937 17938 17939 |
# File 'lib/quickfix_fields.rb', line 17933 def initialize(data = nil) if( data == nil ) super(1343) else super(1343, data) end end |