Class: Quickfix::PaymentStreamFlatRateCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStreamFlatRateCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFlatRateCurrency
constructor
A new instance of PaymentStreamFlatRateCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFlatRateCurrency
44609 44610 44611 44612 44613 44614 44615 |
# File 'lib/quickfix_fields.rb', line 44609 def initialize(data = nil) if( data == nil ) super(41182) else super(41182, data) end end |
Class Method Details
.field ⇒ Object
44606 44607 44608 |
# File 'lib/quickfix_fields.rb', line 44606 def PaymentStreamFlatRateCurrency.field return 41182 end |