Class: Quickfix::PaymentStreamCompoundingDatesOffsetDayType

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

Returns a new instance of PaymentStreamCompoundingDatesOffsetDayType.



68633
68634
68635
68636
68637
68638
68639
# File 'lib/quickfix_fields.rb', line 68633

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

Class Method Details

.fieldObject



68630
68631
68632
# File 'lib/quickfix_fields.rb', line 68630

def PaymentStreamCompoundingDatesOffsetDayType.field
	return 42613
end