Class: Quickfix::DeliverToSubID

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

Returns a new instance of DeliverToSubID.



409
410
411
412
413
414
415
# File 'lib/quickfix_fields.rb', line 409

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

Class Method Details

.fieldObject



406
407
408
# File 'lib/quickfix_fields.rb', line 406

def DeliverToSubID.field
	return 129
end