Class: Quickfix::LegPaymentStreamPricingDate

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

Returns a new instance of LegPaymentStreamPricingDate.



50485
50486
50487
50488
50489
50490
50491
# File 'lib/quickfix_fields.rb', line 50485

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

Class Method Details

.fieldObject



50482
50483
50484
# File 'lib/quickfix_fields.rb', line 50482

def LegPaymentStreamPricingDate.field
	return 41594
end