Class: Quickfix::PaymentScheduleReceiveSide

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

Returns a new instance of PaymentScheduleReceiveSide.



38135
38136
38137
38138
38139
38140
38141
# File 'lib/quickfix_fields.rb', line 38135

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

Class Method Details

.fieldObject



38132
38133
38134
# File 'lib/quickfix_fields.rb', line 38132

def PaymentScheduleReceiveSide.field
  return 40834
end