Class: Quickfix::NoSettlOblig

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSettlOblig

Returns a new instance of NoSettlOblig.



7195
7196
7197
7198
7199
7200
7201
# File 'lib/quickfix_fields.rb', line 7195

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

Class Method Details

.fieldObject



7192
7193
7194
# File 'lib/quickfix_fields.rb', line 7192

def NoSettlOblig.field
	return 1165
end