Class: Quickfix::UnderlyingPutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingPutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPutOrCall
constructor
A new instance of UnderlyingPutOrCall.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPutOrCall
Returns a new instance of UnderlyingPutOrCall.
19766 19767 19768 19769 19770 19771 19772 |
# File 'lib/quickfix_fields.rb', line 19766 def initialize(data = nil) if( data == nil ) super(315) else super(315, data) end end |
Class Method Details
.field ⇒ Object
19763 19764 19765 |
# File 'lib/quickfix_fields.rb', line 19763 def UnderlyingPutOrCall.field return 315 end |