Class: Quickfix::NoSettlInst

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoSettlInst

Returns a new instance of NoSettlInst.



14644
14645
14646
14647
14648
14649
14650
# File 'lib/quickfix_fields.rb', line 14644

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

Class Method Details

.fieldObject



14641
14642
14643
# File 'lib/quickfix_fields.rb', line 14641

def NoSettlInst.field
	return 778
end