Class: Quickfix::NoUnderlyingLegSecurityAltID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingLegSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingLegSecurityAltID
constructor
A new instance of NoUnderlyingLegSecurityAltID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingLegSecurityAltID
17855 17856 17857 17858 17859 17860 17861 |
# File 'lib/quickfix_fields.rb', line 17855 def initialize(data = nil) if( data == nil ) super(1334) else super(1334, data) end end |
Class Method Details
.field ⇒ Object
17852 17853 17854 |
# File 'lib/quickfix_fields.rb', line 17852 def .field return 1334 end |