Class: Quickfix::PosType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PosType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosType
constructor
A new instance of PosType.
Constructor Details
#initialize(data = nil) ⇒ PosType
Returns a new instance of PosType.
13994 13995 13996 13997 13998 13999 14000 |
# File 'lib/quickfix_fields.rb', line 13994 def initialize(data = nil) if( data == nil ) super(703) else super(703, data) end end |
Class Method Details
.field ⇒ Object
13991 13992 13993 |
# File 'lib/quickfix_fields.rb', line 13991 def PosType.field return 703 end |