Class: Quickfix::LegPaymentScheduleReceiveSide

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

Returns a new instance of LegPaymentScheduleReceiveSide.



32233
32234
32235
32236
32237
32238
32239
# File 'lib/quickfix_fields.rb', line 32233

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

Class Method Details

.fieldObject



32230
32231
32232
# File 'lib/quickfix_fields.rb', line 32230

def LegPaymentScheduleReceiveSide.field
  return 40380
end