Class: Quickfix::LegPaymentStreamDayCount

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamDayCount

Returns a new instance of LegPaymentStreamDayCount.



30972
30973
30974
30975
30976
30977
30978
# File 'lib/quickfix_fields.rb', line 30972

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