Class: Quickfix::LegComplexOptPayoutReceiveSide

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

Returns a new instance of LegComplexOptPayoutReceiveSide.



47469
47470
47471
47472
47473
47474
47475
# File 'lib/quickfix_fields.rb', line 47469

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

Class Method Details

.fieldObject



47466
47467
47468
# File 'lib/quickfix_fields.rb', line 47466

def LegComplexOptPayoutReceiveSide.field
  return 2221
end