Class: Quickfix::PriceUnitOfMeasure
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PriceUnitOfMeasure
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceUnitOfMeasure
constructor
A new instance of PriceUnitOfMeasure.
Constructor Details
#initialize(data = nil) ⇒ PriceUnitOfMeasure
Returns a new instance of PriceUnitOfMeasure.
10042 10043 10044 10045 10046 10047 10048 |
# File 'lib/quickfix_fields.rb', line 10042 def initialize(data = nil) if( data == nil ) super(1191) else super(1191, data) end end |
Class Method Details
.field ⇒ Object
10039 10040 10041 |
# File 'lib/quickfix_fields.rb', line 10039 def PriceUnitOfMeasure.field return 1191 end |