Class: Quickfix::UnderlyingComplexOptPayoutPaySide

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

Returns a new instance of UnderlyingComplexOptPayoutPaySide.



52513
52514
52515
52516
52517
52518
52519
# File 'lib/quickfix_fields.rb', line 52513

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

Class Method Details

.fieldObject



52510
52511
52512
# File 'lib/quickfix_fields.rb', line 52510

def UnderlyingComplexOptPayoutPaySide.field
	return 2261
end