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