Class: Quickfix::SettlObligID

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

Returns a new instance of SettlObligID.



15489
15490
15491
15492
15493
15494
15495
# File 'lib/quickfix_fields.rb', line 15489

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

Class Method Details

.fieldObject



15486
15487
15488
# File 'lib/quickfix_fields.rb', line 15486

def SettlObligID.field
	return 1161
end