Class: Quickfix::LegPaymentStreamPaymentDateType

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

Returns a new instance of LegPaymentStreamPaymentDateType.



50446
50447
50448
50449
50450
50451
50452
# File 'lib/quickfix_fields.rb', line 50446

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

Class Method Details

.fieldObject



50443
50444
50445
# File 'lib/quickfix_fields.rb', line 50443

def LegPaymentStreamPaymentDateType.field
  return 41591
end