Class: Quickfix::SettlObligMode

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlObligMode

Returns a new instance of SettlObligMode.



15463
15464
15465
15466
15467
15468
15469
# File 'lib/quickfix_fields.rb', line 15463

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

Class Method Details

.fieldObject



15460
15461
15462
# File 'lib/quickfix_fields.rb', line 15460

def SettlObligMode.field
	return 1159
end