Class: Quickfix::LegPaymentScheduleStubType

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

Returns a new instance of LegPaymentScheduleStubType.



32181
32182
32183
32184
32185
32186
32187
# File 'lib/quickfix_fields.rb', line 32181

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

Class Method Details

.fieldObject



32178
32179
32180
# File 'lib/quickfix_fields.rb', line 32178

def LegPaymentScheduleStubType.field
  return 40376
end