Class: Quickfix::LegPaymentStreamInitialFixingDateRelativeTo

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

Returns a new instance of LegPaymentStreamInitialFixingDateRelativeTo.



31310
31311
31312
31313
31314
31315
31316
# File 'lib/quickfix_fields.rb', line 31310

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

Class Method Details

.fieldObject



31307
31308
31309
# File 'lib/quickfix_fields.rb', line 31307

def LegPaymentStreamInitialFixingDateRelativeTo.field
	return 40309
end