Class: Quickfix::UnderlyingLegSecurityIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegSecurityIDSource

Returns a new instance of UnderlyingLegSecurityIDSource.



19688
19689
19690
19691
19692
19693
19694
# File 'lib/quickfix_fields.rb', line 19688

def initialize(data = nil)
	if( data == nil )
		super(1333)
	else
		super(1333, data)
	end
end

Class Method Details

.fieldObject



19685
19686
19687
# File 'lib/quickfix_fields.rb', line 19685

def UnderlyingLegSecurityIDSource.field
	return 1333
end