Class: Quickfix::LegOptPayoutType

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

Returns a new instance of LegOptPayoutType.



43075
43076
43077
43078
43079
43080
43081
# File 'lib/quickfix_fields.rb', line 43075

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

Class Method Details

.fieldObject



43072
43073
43074
# File 'lib/quickfix_fields.rb', line 43072

def LegOptPayoutType.field
  return 2193
end