Class: Quickfix::NoUnderlyingSecurityAltID
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingSecurityAltID
Returns a new instance of NoUnderlyingSecurityAltID.
7520 7521 7522 7523 7524 7525 7526 |
# File 'lib/quickfix_fields.rb', line 7520 def initialize(data = nil) if( data == nil ) super(457) else super(457, data) end end |
Class Method Details
.field ⇒ Object
7517 7518 7519 |
# File 'lib/quickfix_fields.rb', line 7517 def .field return 457 end |