Class: Quickfix::UnderlyingPaymentStreamFlatRateCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFlatRateCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFlatRateCurrency
constructor
A new instance of UnderlyingPaymentStreamFlatRateCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFlatRateCurrency
Returns a new instance of UnderlyingPaymentStreamFlatRateCurrency.
54970 54971 54972 54973 54974 54975 54976 |
# File 'lib/quickfix_fields.rb', line 54970 def initialize(data = nil) if( data == nil ) super(41899) else super(41899, data) end end |
Class Method Details
.field ⇒ Object
54967 54968 54969 |
# File 'lib/quickfix_fields.rb', line 54967 def .field return 41899 end |