Class: Quickfix::LegComplexOptPayoutPaySide

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

Returns a new instance of LegComplexOptPayoutPaySide.



47456
47457
47458
47459
47460
47461
47462
# File 'lib/quickfix_fields.rb', line 47456

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

Class Method Details

.fieldObject



47453
47454
47455
# File 'lib/quickfix_fields.rb', line 47453

def LegComplexOptPayoutPaySide.field
  return 2220
end