Class: Quickfix::NoOfLegUnderlyings
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoOfLegUnderlyings
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoOfLegUnderlyings
constructor
A new instance of NoOfLegUnderlyings.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoOfLegUnderlyings
Returns a new instance of NoOfLegUnderlyings.
17972 17973 17974 17975 17976 17977 17978 |
# File 'lib/quickfix_fields.rb', line 17972 def initialize(data = nil) if( data == nil ) super(1342) else super(1342, data) end end |
Class Method Details
.field ⇒ Object
17969 17970 17971 |
# File 'lib/quickfix_fields.rb', line 17969 def .field return 1342 end |