Class: Quickfix::CashDistribPayRef
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashDistribPayRef
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribPayRef
constructor
A new instance of CashDistribPayRef.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashDistribPayRef
Returns a new instance of CashDistribPayRef.
6909 6910 6911 6912 6913 6914 6915 |
# File 'lib/quickfix_fields.rb', line 6909 def initialize(data = nil) if( data == nil ) super(501) else super(501, data) end end |
Class Method Details
.field ⇒ Object
6906 6907 6908 |
# File 'lib/quickfix_fields.rb', line 6906 def CashDistribPayRef.field return 501 end |