Class: Quickfix::LegSecurityAltID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityAltID
constructor
A new instance of LegSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityAltID
Returns a new instance of LegSecurityAltID.
6584 6585 6586 6587 6588 6589 6590 |
# File 'lib/quickfix_fields.rb', line 6584 def initialize(data = nil) if( data == nil ) super(605) else super(605, data) end end |
Class Method Details
.field ⇒ Object
6581 6582 6583 |
# File 'lib/quickfix_fields.rb', line 6581 def LegSecurityAltID.field return 605 end |