Class: Quickfix::PosReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PosReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosReqID
constructor
A new instance of PosReqID.
Constructor Details
#initialize(data = nil) ⇒ PosReqID
Returns a new instance of PosReqID.
14956 14957 14958 14959 14960 14961 14962 |
# File 'lib/quickfix_fields.rb', line 14956 def initialize(data = nil) if( data == nil ) super(710) else super(710, data) end end |
Class Method Details
.field ⇒ Object
14953 14954 14955 |
# File 'lib/quickfix_fields.rb', line 14953 def PosReqID.field return 710 end |