Class: Quickfix::PaymentScheduleStubType

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

Returns a new instance of PaymentScheduleStubType.



38083
38084
38085
38086
38087
38088
38089
# File 'lib/quickfix_fields.rb', line 38083

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

Class Method Details

.fieldObject



38080
38081
38082
# File 'lib/quickfix_fields.rb', line 38080

def PaymentScheduleStubType.field
  return 40830
end