Class: Quickfix::SettlObligID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlObligID

Returns a new instance of SettlObligID.



10562
10563
10564
10565
10566
10567
10568
# File 'lib/quickfix_fields.rb', line 10562

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

Class Method Details

.fieldObject



10559
10560
10561
# File 'lib/quickfix_fields.rb', line 10559

def SettlObligID.field
	return 1161
end