Class: Quickfix::NoSettlInst

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) ⇒ NoSettlInst

Returns a new instance of NoSettlInst.



10627
10628
10629
10630
10631
10632
10633
# File 'lib/quickfix_fields.rb', line 10627

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

Class Method Details

.fieldObject



10624
10625
10626
# File 'lib/quickfix_fields.rb', line 10624

def NoSettlInst.field
	return 778
end