Class: Quickfix::NoPosAmt
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPosAmt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPosAmt
constructor
A new instance of NoPosAmt.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPosAmt
Returns a new instance of NoPosAmt.
10302 10303 10304 10305 10306 10307 10308 |
# File 'lib/quickfix_fields.rb', line 10302 def initialize(data = nil) if( data == nil ) super(753) else super(753, data) end end |
Class Method Details
.field ⇒ Object
10299 10300 10301 |
# File 'lib/quickfix_fields.rb', line 10299 def NoPosAmt.field return 753 end |