Class: Quickfix::NoUnderlyingLegSecurityAltID

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



18411
18412
18413
# File 'lib/quickfix_fields.rb', line 18411

def NoUnderlyingLegSecurityAltID.field
	return 1334
end