Class: Quickfix::NoUnderlyingLegSecurityAltID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingLegSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingLegSecurityAltID
constructor
A new instance of NoUnderlyingLegSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingLegSecurityAltID
Returns a new instance of NoUnderlyingLegSecurityAltID.
18414 18415 18416 18417 18418 18419 18420 |
# File 'lib/quickfix_fields.rb', line 18414 def initialize(data = nil) if( data == nil ) super(1334) else super(1334, data) end end |
Class Method Details
.field ⇒ Object
18411 18412 18413 |
# File 'lib/quickfix_fields.rb', line 18411 def NoUnderlyingLegSecurityAltID.field return 1334 end |