Class: Quickfix::NoSecurityAltID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSecurityAltID
constructor
A new instance of NoSecurityAltID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSecurityAltID
Returns a new instance of NoSecurityAltID.
6311 6312 6313 6314 6315 6316 6317 |
# File 'lib/quickfix_fields.rb', line 6311 def initialize(data = nil) if( data == nil ) super(454) else super(454, data) end end |
Class Method Details
.field ⇒ Object
6308 6309 6310 |
# File 'lib/quickfix_fields.rb', line 6308 def NoSecurityAltID.field return 454 end |