Class: Quickfix::LegPaymentSchedulePaySide

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

Returns a new instance of LegPaymentSchedulePaySide.



32220
32221
32222
32223
32224
32225
32226
# File 'lib/quickfix_fields.rb', line 32220

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

Class Method Details

.fieldObject



32217
32218
32219
# File 'lib/quickfix_fields.rb', line 32217

def LegPaymentSchedulePaySide.field
  return 40379
end