Class: Quickfix::NotAffOrigClOrdID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ NotAffOrigClOrdID

Returns a new instance of NotAffOrigClOrdID.



18219
18220
18221
18222
18223
18224
18225
# File 'lib/quickfix_fields.rb', line 18219

def initialize(data = nil)
  if( data == nil )
    super(1372)
  else
    super(1372, data)
  end
end

Class Method Details

.fieldObject



18216
18217
18218
# File 'lib/quickfix_fields.rb', line 18216

def NotAffOrigClOrdID.field
  return 1372
end