Class: Quickfix::LegPutOrCall
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegPutOrCall
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
9678 9679 9680 9681 9682 9683 9684 |
# File 'lib/quickfix_fields.rb', line 9678 def initialize(data = nil) if( data == nil ) super(1358) else super(1358, data) end end |
Class Method Details
.field ⇒ Object
9675 9676 9677 |
# File 'lib/quickfix_fields.rb', line 9675 def LegPutOrCall.field return 1358 end |