Class: Quickfix::NoLegSecurityAltID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegSecurityAltID
constructor
A new instance of NoLegSecurityAltID.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
8209 8210 8211 8212 8213 8214 8215 |
# File 'lib/quickfix_fields.rb', line 8209 def initialize(data = nil) if( data == nil ) super(604) else super(604, data) end end |
Class Method Details
.field ⇒ Object
8206 8207 8208 |
# File 'lib/quickfix_fields.rb', line 8206 def NoLegSecurityAltID.field return 604 end |