Class: Quickfix::LegAdditionalTermDiscrepancyClauseIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegAdditionalTermDiscrepancyClauseIndicator

Returns a new instance of LegAdditionalTermDiscrepancyClauseIndicator.



46611
46612
46613
46614
46615
46616
46617
# File 'lib/quickfix_fields.rb', line 46611

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

Class Method Details

.fieldObject



46608
46609
46610
# File 'lib/quickfix_fields.rb', line 46608

def LegAdditionalTermDiscrepancyClauseIndicator.field
	return 41337
end