Class: Quickfix::LegPutOrCall
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
17566 17567 17568 |
# File 'lib/quickfix_fields.rb', line 17566 def LegPutOrCall.field return 1358 end |