Class: Quickfix::UnderlyingPaymentStreamFixedAmountUnitOfMeasure
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamFixedAmountUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixedAmountUnitOfMeasure
constructor
A new instance of UnderlyingPaymentStreamFixedAmountUnitOfMeasure.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamFixedAmountUnitOfMeasure
Returns a new instance of UnderlyingPaymentStreamFixedAmountUnitOfMeasure.
55035 55036 55037 55038 55039 55040 55041 |
# File 'lib/quickfix_fields.rb', line 55035 def initialize(data = nil) if( data == nil ) super(41904) else super(41904, data) end end |
Class Method Details
.field ⇒ Object
55032 55033 55034 |
# File 'lib/quickfix_fields.rb', line 55032 def UnderlyingPaymentStreamFixedAmountUnitOfMeasure.field return 41904 end |