Class: Quickfix::NoSettlDetails

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSettlDetails

Returns a new instance of NoSettlDetails.



16789
16790
16791
16792
16793
16794
16795
# File 'lib/quickfix_fields.rb', line 16789

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

Class Method Details

.fieldObject



16786
16787
16788
# File 'lib/quickfix_fields.rb', line 16786

def NoSettlDetails.field
	return 1158
end