Class: Quickfix::NoUnderlyingSecurityAltID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingSecurityAltID
constructor
A new instance of NoUnderlyingSecurityAltID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingSecurityAltID
Returns a new instance of NoUnderlyingSecurityAltID.
6350 6351 6352 6353 6354 6355 6356 |
# File 'lib/quickfix_fields.rb', line 6350 def initialize(data = nil) if( data == nil ) super(457) else super(457, data) end end |
Class Method Details
.field ⇒ Object
6347 6348 6349 |
# File 'lib/quickfix_fields.rb', line 6347 def .field return 457 end |