Class: Quickfix::PosAmtMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PosAmtMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PosAmtMarketID
constructor
A new instance of PosAmtMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PosAmtMarketID
Returns a new instance of PosAmtMarketID.
40397 40398 40399 40400 40401 40402 40403 |
# File 'lib/quickfix_fields.rb', line 40397 def initialize(data = nil) if( data == nil ) super(2100) else super(2100, data) end end |
Class Method Details
.field ⇒ Object
40394 40395 40396 |
# File 'lib/quickfix_fields.rb', line 40394 def PosAmtMarketID.field return 2100 end |