Class: Quickfix::OptPayoutType

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

Returns a new instance of OptPayoutType.



19610
19611
19612
19613
19614
19615
19616
# File 'lib/quickfix_fields.rb', line 19610

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

Class Method Details

.fieldObject



19607
19608
19609
# File 'lib/quickfix_fields.rb', line 19607

def OptPayoutType.field
  return 1482
end