Class: Quickfix::LegProvisionPartySubID

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

Returns a new instance of LegProvisionPartySubID.



34287
34288
34289
34290
34291
34292
34293
# File 'lib/quickfix_fields.rb', line 34287

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

Class Method Details

.fieldObject



34284
34285
34286
# File 'lib/quickfix_fields.rb', line 34284

def LegProvisionPartySubID.field
	return 40538
end