Class: Quickfix::LegPaymentScheduleXIDRef

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegPaymentScheduleXIDRef

Returns a new instance of LegPaymentScheduleXIDRef.



49731
49732
49733
49734
49735
49736
49737
# File 'lib/quickfix_fields.rb', line 49731

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

Class Method Details

.fieldObject



49728
49729
49730
# File 'lib/quickfix_fields.rb', line 49728

def LegPaymentScheduleXIDRef.field
  return 41534
end