Class: Quickfix::CollateralRequestLinkID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CollateralRequestLinkID

Returns a new instance of CollateralRequestLinkID.



61717
61718
61719
61720
61721
61722
61723
# File 'lib/quickfix_fields.rb', line 61717

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

Class Method Details

.fieldObject



61714
61715
61716
# File 'lib/quickfix_fields.rb', line 61714

def CollateralRequestLinkID.field
	return 2517
end