Class: Quickfix::LegSettlMethodElectingPartySide

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

Returns a new instance of LegSettlMethodElectingPartySide.



65786
65787
65788
65789
65790
65791
65792
# File 'lib/quickfix_fields.rb', line 65786

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

Class Method Details

.fieldObject



65783
65784
65785
# File 'lib/quickfix_fields.rb', line 65783

def LegSettlMethodElectingPartySide.field
	return 42391
end