Class: Quickfix::PartyDetailAltSubID

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

Returns a new instance of PartyDetailAltSubID.



20533
20534
20535
20536
20537
20538
20539
# File 'lib/quickfix_fields.rb', line 20533

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

Class Method Details

.fieldObject



20530
20531
20532
# File 'lib/quickfix_fields.rb', line 20530

def PartyDetailAltSubID.field
	return 1520
end