Class: Quickfix::NoLegSecurityAltID
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NoLegSecurityAltID
Returns a new instance of NoLegSecurityAltID.
383 384 385 386 387 388 389 |
# File 'lib/quickfix_fields.rb', line 383 def initialize(data = nil) if( data == nil ) super(604) else super(604, data) end end |
Class Method Details
.field ⇒ Object
380 381 382 |
# File 'lib/quickfix_fields.rb', line 380 def NoLegSecurityAltID.field return 604 end |