Class: Quickfix::UnderlyingPaymentStreamRateOrAmountCurrency

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

Returns a new instance of UnderlyingPaymentStreamRateOrAmountCurrency.



35314
35315
35316
35317
35318
35319
35320
# File 'lib/quickfix_fields.rb', line 35314

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

Class Method Details

.fieldObject



35311
35312
35313
# File 'lib/quickfix_fields.rb', line 35311

def UnderlyingPaymentStreamRateOrAmountCurrency.field
	return 40617
end