Class: Quickfix::UnderlyingFlexProductEligibilityIndicator

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

Returns a new instance of UnderlyingFlexProductEligibilityIndicator.



26656
26657
26658
26659
26660
26661
26662
# File 'lib/quickfix_fields.rb', line 26656

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

Class Method Details

.fieldObject



26653
26654
26655
# File 'lib/quickfix_fields.rb', line 26653

def UnderlyingFlexProductEligibilityIndicator.field
	return 2036
end