Class: Quickfix::FirstPx
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::FirstPx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FirstPx
constructor
A new instance of FirstPx.
Constructor Details
#initialize(data = nil) ⇒ FirstPx
Returns a new instance of FirstPx.
1852 1853 1854 1855 1856 1857 1858 |
# File 'lib/quickfix_fields.rb', line 1852 def initialize(data = nil) if( data == nil ) super(1025) else super(1025, data) end end |
Class Method Details
.field ⇒ Object
1849 1850 1851 |
# File 'lib/quickfix_fields.rb', line 1849 def FirstPx.field return 1025 end |