Class: Quickfix::UnderlyingLegCFICode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegCFICode



18492
18493
18494
18495
18496
18497
18498
# File 'lib/quickfix_fields.rb', line 18492

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

Class Method Details

.fieldObject



18489
18490
18491
# File 'lib/quickfix_fields.rb', line 18489

def UnderlyingLegCFICode.field
  return 1344
end