Class: Quickfix::ExecPriceType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::ExecPriceType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ExecPriceType
constructor
A new instance of ExecPriceType.
Constructor Details
#initialize(data = nil) ⇒ ExecPriceType
Returns a new instance of ExecPriceType.
5934 5935 5936 5937 5938 5939 5940 |
# File 'lib/quickfix_fields.rb', line 5934 def initialize(data = nil) if( data == nil ) super(484) else super(484, data) end end |
Class Method Details
.field ⇒ Object
5931 5932 5933 |
# File 'lib/quickfix_fields.rb', line 5931 def ExecPriceType.field return 484 end |