Class: Quickfix::PosMaintRptRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosMaintRptRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosMaintRptRefID
constructor
A new instance of PosMaintRptRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosMaintRptRefID
Returns a new instance of PosMaintRptRefID.
9795 9796 9797 9798 9799 9800 9801 |
# File 'lib/quickfix_fields.rb', line 9795 def initialize(data = nil) if( data == nil ) super(714) else super(714, data) end end |
Class Method Details
.field ⇒ Object
9792 9793 9794 |
# File 'lib/quickfix_fields.rb', line 9792 def PosMaintRptRefID.field return 714 end |