Class: Quickfix::UnderlyingPaymentStreamContractPriceCurrency

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

Returns a new instance of UnderlyingPaymentStreamContractPriceCurrency.



55087
55088
55089
55090
55091
55092
55093
# File 'lib/quickfix_fields.rb', line 55087

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

Class Method Details

.fieldObject



55084
55085
55086
# File 'lib/quickfix_fields.rb', line 55084

def UnderlyingPaymentStreamContractPriceCurrency.field
	return 41908
end