Class: Quickfix::LegCustodialLotID

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) ⇒ LegCustodialLotID

Returns a new instance of LegCustodialLotID.



22964
22965
22966
22967
22968
22969
22970
# File 'lib/quickfix_fields.rb', line 22964

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

Class Method Details

.fieldObject



22961
22962
22963
# File 'lib/quickfix_fields.rb', line 22961

def LegCustodialLotID.field
	return 1756
end