Class: Quickfix::PaymentPaySide

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

Returns a new instance of PaymentPaySide.



30088
30089
30090
30091
30092
30093
30094
# File 'lib/quickfix_fields.rb', line 30088

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

Class Method Details

.fieldObject



30085
30086
30087
# File 'lib/quickfix_fields.rb', line 30085

def PaymentPaySide.field
  return 40214
end