Class: Quickfix::ObligationType

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

Returns a new instance of ObligationType.



22587
22588
22589
22590
22591
22592
22593
# File 'lib/quickfix_fields.rb', line 22587

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

Class Method Details

.fieldObject



22584
22585
22586
# File 'lib/quickfix_fields.rb', line 22584

def ObligationType.field
	return 1739
end