Class: Quickfix::PosMaintRptRefID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ PosMaintRptRefID
Returns a new instance of PosMaintRptRefID.
14228 14229 14230 14231 14232 14233 14234 |
# File 'lib/quickfix_fields.rb', line 14228 def initialize(data = nil) if( data == nil ) super(714) else super(714, data) end end |
Class Method Details
.field ⇒ Object
14225 14226 14227 |
# File 'lib/quickfix_fields.rb', line 14225 def PosMaintRptRefID.field return 714 end |