Class: Quickfix::UnderlyingLegPutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingLegPutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
8183 8184 8185 8186 8187 8188 8189 |
# File 'lib/quickfix_fields.rb', line 8183 def initialize(data = nil) if( data == nil ) super(1343) else super(1343, data) end end |
Class Method Details
.field ⇒ Object
8180 8181 8182 |
# File 'lib/quickfix_fields.rb', line 8180 def UnderlyingLegPutOrCall.field return 1343 end |